#FAF497

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

Shades of Milan #FAF497

Tints of Milan #FAF497

Color information

#FAF497 (or 0xFAF497) is unknown color: approx Milan. HEX triplet: FA, F4 and 97. RGB value is (250,244,151). Sum of RGB (Red+Green+Blue) = 250+244+151=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 151 (59.38% from 255 or 23.41% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF497 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF497 is #050B68. Grayscale: #EBEBEB. Windows color (decimal): -330601 or 9958650. OLE color: 9958650.

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

Color convert

RGB250244151-
CMYK00.020.400.02
HSL56.36º90.83%78.63%-
HSV(B)56.36º39.6%98.04%-
XYZ77.3687.2642.04-
YUV235.1980.49138.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 244 (95.70% from 255) = 37.83%
BLUE value IS 151 (59.38% from 255) = 23.41%
R=38.76%
G=37.83%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024415100.020.400.0256.3690.8378.63
HexFAF49702282385b4f
Octal3723642270250270133117
Binary1111101011110100100101110101010001011100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF497; }

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

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

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

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

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

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

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

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