Color Hex Logo

#faf450 Color Hex

#FAF450
(250,244,80)
0 Favorites   0 Comments

Color spaces of #faf450

RGB 25024480
HSL0.160.940.65
HSV58°68°98°
CMYK 0.000.020.68   0.02
XYZ73.223085.604520.2535
Yxy85.60450.40890.4780
Hunter Lab92.5227-20.648851.7871
CIE-Lab94.1430-16.394675.7340

#faf450 color RGB value is (250,244,80).

#faf450 hex color red value is 250, green value is 244 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #faf450 hue: 0.16 , saturation: 0.94 and the lightness value of faf450 is 0.65.

The process color (four color CMYK) of #faf450 color hex is 0.00, 0.02, 0.68, 0.02. Web safe color of #faf450 is #ffff66. Color #faf450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 01010000
Octal 372 364 120
Decimal 250 244 80
Hex FA F4 50

RGB Percentages of Color #faf450

%43.55
%42.51
%13.94

CMYK Percentages of Color #faf450

%0
%2
%68
%2

Triadic Colors of #faf450

#faf450 #50faf4 #f450fa

Analogous Colors of #faf450

#faf450 #abfa50 #fa9f50

Monochromatic Colors of #faf450

#faf450

Complementary Color

#faf450 #5056fa

#faf450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf450 Color CSS Codes

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

#faf450 Text Font Color

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

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


#faf450 Background Color

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

This div background color is #faf450


#faf450 Border Color

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

This div border color is #faf450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf450


Comments

No comments written yet.

Please login to write comment.