#FAF491

Color #FAF491 Milan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milan #FAF491

Tints of Milan #FAF491

Color information

#FAF491 (or 0xFAF491) is unknown color: approx Milan. HEX triplet: FA, F4 and 91. RGB value is (250,244,145). Sum of RGB (Red+Green+Blue) = 250+244+145=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 145 (57.03% from 255 or 22.69% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF491 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF491 is #050B6E. Grayscale: #EAEAEA. Windows color (decimal): -330607 or 9565434. OLE color: 9565434.

HSL color Cylindrical-coordinate representation of color #FAF491: hue angle of 56.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAF491 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250244145-
CMYK00.020.420.02
HSL56.57º91.3%77.45%-
HSV(B)56.57º42%98.04%-
XYZ76.8987.0739.54-
YUV234.5177.49139.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 244 (95.70% from 255) = 38.18%
BLUE value IS 145 (57.03% from 255) = 22.69%
R=39.12%
G=38.18%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024414500.020.420.0256.5791.377.45
HexFAF491022A2395b4d
Octal3723642210252271133115
Binary1111101011110100100100010101010101011100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF491; }

 p { color: rgb(250,244,145); }

 H1.HeaderClassName
 {
   color: #FAF491;
 }
 .AnyTagClassName
 {
   color: #FAF491;
 }
</style>
background-color css

<style>
 a { background-color: #FAF491; }

 a { background-color: rgb(250,244,145); }

 div.DivClassName
 {
   background-color: #FAF491;
 }
 .BgClassName
 {
   background-color: #FAF491;
 }
</style>
border-color css

<style>
 span { border-color: #FAF491; }

 span { border-color: rgb(250,244,145); }

 td.TdClassName
 {
   border-color: #FAF491;
 }
 .TagClassName
 {
   border-color: #FAF491;
 }
</style>