Color Hex Logo

#faae3c Color Hex

#FAAE3C
(250,174,60)
0 Favorites   0 Comments

Color spaces of #faae3c

RGB 25017460
HSL0.100.950.61
HSV36°76°98°
CMYK 0.000.300.76   0.02
XYZ55.376050.922311.1853
Yxy50.92230.47140.4334
Hunter Lab71.359913.638140.6585
CIE-Lab76.631918.328266.0419

#faae3c color RGB value is (250,174,60).

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

The process color (four color CMYK) of #faae3c color hex is 0.00, 0.30, 0.76, 0.02. Web safe color of #faae3c is #ff9933. Color #faae3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 00111100
Octal 372 256 74
Decimal 250 174 60
Hex FA AE 3C

RGB Percentages of Color #faae3c

%51.65
%35.95
%12.40

CMYK Percentages of Color #faae3c

%0
%30
%76
%2

Triadic Colors of #faae3c

#faae3c #3cfaae #ae3cfa

Analogous Colors of #faae3c

#faae3c #e7fa3c #fa4f3c

Monochromatic Colors of #faae3c

#faae3c

Complementary Color

#faae3c #3c88fa

#faae3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae3c Color CSS Codes

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

#faae3c Text Font Color

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

This sample text font color is #faae3c
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.


#faae3c Background Color

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

This div background color is #faae3c


#faae3c Border Color

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

This div border color is #faae3c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,174,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 #faae3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae3c


Comments

No comments written yet.

Please login to write comment.