Color Hex Logo

#faf427 Color Hex

#FAF427
(250,244,39)
0 Favorites   0 Comments

Color spaces of #faf427

RGB 25024439
HSL0.160.950.57
HSV58°84°98°
CMYK 0.000.020.84   0.02
XYZ72.141285.171814.5570
Yxy85.17180.41970.4956
Hunter Lab92.2886-21.973055.2500
CIE-Lab93.9571-17.861887.3146

#faf427 color RGB value is (250,244,39).

#faf427 hex color red value is 250, green value is 244 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #faf427 hue: 0.16 , saturation: 0.95 and the lightness value of faf427 is 0.57.

The process color (four color CMYK) of #faf427 color hex is 0.00, 0.02, 0.84, 0.02. Web safe color of #faf427 is #ffff33. Color #faf427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 00100111
Octal 372 364 47
Decimal 250 244 39
Hex FA F4 27

RGB Percentages of Color #faf427

%46.90
%45.78
%7.32

CMYK Percentages of Color #faf427

%0
%2
%84
%2

Triadic Colors of #faf427

#faf427 #27faf4 #f427fa

Analogous Colors of #faf427

#faf427 #97fa27 #fa8b27

Monochromatic Colors of #faf427

#faf427

Complementary Color

#faf427 #272dfa

#faf427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf427 Color CSS Codes

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

#faf427 Text Font Color

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

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


#faf427 Background Color

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

This div background color is #faf427


#faf427 Border Color

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

This div border color is #faf427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf427


Comments

No comments written yet.

Please login to write comment.