color codes Logo

#faad3c color codes

#FAAD3C
(250,173,60)
0 Favorites   0 Comments

Color spaces of #faad3c

RGB 25017360
HSL0.100.950.61
HSV36°76°98°
CMYK 0.000.310.76   0.02
XYZ55.183550.537411.1212
Yxy50.53740.47230.4325
Hunter Lab71.089714.154140.4875
CIE-Lab76.397918.852365.8178

#faad3c color RGB value is (250,173,60).

#faad3c hex color red value is 250, green value is 173 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #faad3c hue: 0.10 , saturation: 0.95 and the lightness value of faad3c is 0.61.

The process color (four color CMYK) of #faad3c color code is 0.00, 0.31, 0.76, 0.02. Web safe color of #faad3c is #ff9933. Color #faad3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 00111100
Octal 372 255 74
Decimal 250 173 60
Hex FA AD 3C

RGB Percentages of Color #faad3c

%51.76
%35.82
%12.42

CMYK Percentages of Color #faad3c

%0
%31
%76
%2

Triadic Colors of #faad3c

#faad3c #3cfaad #ad3cfa

Analogous Colors of #faad3c

#faad3c #e8fa3c #fa4e3c

Monochromatic Colors of #faad3c

#faad3c

Complementary Color

#faad3c #3c89fa

#faad3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad3c Color CSS Codes

.mybgcolor {background-color:#faad3c; } 
.myforecolor {color:#faad3c; }
.mybordercolor {border:3px solid #faad3c; }

#faad3c Text Font Color

<p style="color:#faad3c">Text here</p>

This sample text font color is #faad3c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#faad3c Background Color

<div style="background-color:#faad3c">
Div content here</div>

This div background color is #faad3c


#faad3c Border Color

<div style="border:3px solid #faad3c">
Div here</div>

This div border color is #faad3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,173,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faad3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faad3c;
  -webkit-box-shadow: 1px 1px 3px 2px #faad3c;
  box-shadow:         1px 1px 3px 2px #faad3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,173,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #faad3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #faad3c;
  -webkit-box-shadow: 1px 1px 3px 2px #faad3c;
  box-shadow:         1px 1px 3px 2px #faad3c;">
Div content here</div>

This div box has shadow with color #faad3c


Comments

No comments written yet.

Please login to write comment.