Color Hex Logo

#faf539 Color Hex

#FAF539
(250,245,57)
0 Favorites   0 Comments

Color spaces of #faf539

RGB 25024557
HSL0.160.950.60
HSV58°77°98°
CMYK 0.000.020.77   0.02
XYZ72.815385.924216.6182
Yxy85.92420.41520.4900
Hunter Lab92.6953-21.999054.2573
CIE-Lab94.2799-17.837283.2558

#faf539 color RGB value is (250,245,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 00111001
Octal 372 365 71
Decimal 250 245 57
Hex FA F5 39

RGB Percentages of Color #faf539

%45.29
%44.38
%10.33

CMYK Percentages of Color #faf539

%0
%2
%77
%2

Triadic Colors of #faf539

#faf539 #39faf5 #f539fa

Analogous Colors of #faf539

#faf539 #9ffa39 #fa9539

Monochromatic Colors of #faf539

#faf539

Complementary Color

#faf539 #393efa

#faf539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf539 Color CSS Codes

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

#faf539 Text Font Color

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

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


#faf539 Background Color

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

This div background color is #faf539


#faf539 Border Color

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

This div border color is #faf539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf539

Related Colors


Comments

No comments written yet.

Please login to write comment.