Color Hex Logo

#fac60b Color Hex

#FAC60B
(250,198,11)
0 Favorites   0 Comments

Color spaces of #fac60b

RGB 25019811
HSL0.130.960.51
HSV47°96°98°
CMYK 0.000.210.96   0.02
XYZ59.678860.73638.8945
Yxy60.73630.46150.4697
Hunter Lab77.93350.305647.7867
CIE-Lab82.23684.716982.5943

#fac60b color RGB value is (250,198,11).

#fac60b hex color red value is 250, green value is 198 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fac60b hue: 0.13 , saturation: 0.96 and the lightness value of fac60b is 0.51.

The process color (four color CMYK) of #fac60b color hex is 0.00, 0.21, 0.96, 0.02. Web safe color of #fac60b is #ffcc00. Color #fac60b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 00001011
Octal 372 306 13
Decimal 250 198 11
Hex FA C6 B

RGB Percentages of Color #fac60b

%54.47
%43.14
%2.40

CMYK Percentages of Color #fac60b

%0
%21
%96
%2

Triadic Colors of #fac60b

#fac60b #0bfac6 #c60bfa

Analogous Colors of #fac60b

#fac60b #b7fa0b #fa4f0b

Monochromatic Colors of #fac60b

#fac60b

Complementary Color

#fac60b #0b3ffa

#fac60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac60b Color CSS Codes

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

#fac60b Text Font Color

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

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


#fac60b Background Color

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

This div background color is #fac60b


#fac60b Border Color

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

This div border color is #fac60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac60b


Comments

No comments written yet.

Please login to write comment.