Color Hex Logo

#faf62c Color Hex

#FAF62C
(250,246,44)
0 Favorites   0 Comments

Color spaces of #faf62c

RGB 25024644
HSL0.160.950.58
HSV59°82°98°
CMYK 0.000.020.82   0.02
XYZ72.834786.417415.2243
Yxy86.41740.41740.4953
Hunter Lab92.9610-22.827355.3627
CIE-Lab94.4905-18.704386.6949

#faf62c color RGB value is (250,246,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 00101100
Octal 372 366 54
Decimal 250 246 44
Hex FA F6 2C

RGB Percentages of Color #faf62c

%46.30
%45.56
%8.15

CMYK Percentages of Color #faf62c

%0
%2
%82
%2

Triadic Colors of #faf62c

#faf62c #2cfaf6 #f62cfa

Analogous Colors of #faf62c

#faf62c #97fa2c #fa8f2c

Monochromatic Colors of #faf62c

#faf62c

Complementary Color

#faf62c #2c30fa

#faf62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf62c Color CSS Codes

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

#faf62c Text Font Color

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

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


#faf62c Background Color

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

This div background color is #faf62c


#faf62c Border Color

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

This div border color is #faf62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf62c


Comments

No comments written yet.

Please login to write comment.