Color Hex Logo

#faf10c Color Hex

#FAF10C
(250,241,12)
0 Favorites   0 Comments

Color spaces of #faf10c

RGB 25024112
HSL0.160.960.51
HSV58°95°98°
CMYK 0.000.040.95   0.02
XYZ70.946083.261112.6796
Yxy83.26110.42510.4989
Hunter Lab91.2475-20.897455.6344
CIE-Lab93.1286-16.823790.4864

#faf10c color RGB value is (250,241,12).

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

The process color (four color CMYK) of #faf10c color hex is 0.00, 0.04, 0.95, 0.02. Web safe color of #faf10c is #ffff00. Color #faf10c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 00001100
Octal 372 361 14
Decimal 250 241 12
Hex FA F1 C

RGB Percentages of Color #faf10c

%49.70
%47.91
%2.39

CMYK Percentages of Color #faf10c

%0
%4
%95
%2

Triadic Colors of #faf10c

#faf10c #0cfaf1 #f10cfa

Analogous Colors of #faf10c

#faf10c #8cfa0c #fa7a0c

Monochromatic Colors of #faf10c

#faf10c

Complementary Color

#faf10c #0c15fa

#faf10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf10c Color CSS Codes

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

#faf10c Text Font Color

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

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


#faf10c Background Color

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

This div background color is #faf10c


#faf10c Border Color

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

This div border color is #faf10c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf10c


Comments

No comments written yet.

Please login to write comment.