Color Hex Logo

#fac90a Color Hex

#FAC90A
(250,201,10)
0 Favorites   0 Comments

Color spaces of #fac90a

RGB 25020110
HSL0.130.960.51
HSV48°96°98°
CMYK 0.000.200.96   0.02
XYZ60.365862.11929.0957
Yxy62.11920.45880.4721
Hunter Lab78.8157-1.212548.3287
CIE-Lab82.97683.163983.2206

#fac90a color RGB value is (250,201,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 00001010
Octal 372 311 12
Decimal 250 201 10
Hex FA C9 A

RGB Percentages of Color #fac90a

%54.23
%43.60
%2.17

CMYK Percentages of Color #fac90a

%0
%20
%96
%2

Triadic Colors of #fac90a

#fac90a #0afac9 #c90afa

Analogous Colors of #fac90a

#fac90a #b3fa0a #fa510a

Monochromatic Colors of #fac90a

#fac90a

Complementary Color

#fac90a #0a3bfa

#fac90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac90a Color CSS Codes

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

#fac90a Text Font Color

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

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


#fac90a Background Color

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

This div background color is #fac90a


#fac90a Border Color

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

This div border color is #fac90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac90a


Comments

No comments written yet.

Please login to write comment.