Color Hex Logo

#faf046 Color Hex

#FAF046
(250,240,70)
0 Favorites   0 Comments

Color spaces of #faf046

RGB 25024070
HSL0.160.950.63
HSV57°72°98°
CMYK 0.000.040.72   0.02
XYZ71.689983.086418.0532
Yxy83.08640.41480.4807
Hunter Lab91.1517-19.127152.0634
CIE-Lab93.0523-14.914778.1472

#faf046 color RGB value is (250,240,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 01000110
Octal 372 360 106
Decimal 250 240 70
Hex FA F0 46

RGB Percentages of Color #faf046

%44.64
%42.86
%12.50

CMYK Percentages of Color #faf046

%0
%4
%72
%2

Triadic Colors of #faf046

#faf046 #46faf0 #f046fa

Analogous Colors of #faf046

#faf046 #aafa46 #fa9646

Monochromatic Colors of #faf046

#faf046

Complementary Color

#faf046 #4650fa

#faf046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf046 Color CSS Codes

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

#faf046 Text Font Color

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

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


#faf046 Background Color

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

This div background color is #faf046


#faf046 Border Color

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

This div border color is #faf046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf046


Comments

No comments written yet.

Please login to write comment.