#FAF495

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

Shades of Milan #FAF495

Tints of Milan #FAF495

Color information

#FAF495 (or 0xFAF495) is unknown color: approx Milan. HEX triplet: FA, F4 and 95. RGB value is (250,244,149). Sum of RGB (Red+Green+Blue) = 250+244+149=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 149 (58.59% from 255 or 23.17% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF495 is #050B6A. Grayscale: #EBEBEB. Windows color (decimal): -330603 or 9827578. OLE color: 9827578.

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

Color convert

RGB250244149-
CMYK00.020.400.02
HSL56.44º90.99%78.24%-
HSV(B)56.44º40.4%98.04%-
XYZ77.287.241.2-
YUV234.9679.49138.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 149 (58.59% from 255) = 23.17%
R=38.88%
G=37.95%
B=23.17%

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
Decimal25024414900.020.400.0256.4490.9978.24
HexFAF49502282385b4e
Octal3723642250250270133116
Binary1111101011110100100101010101010001011100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF495; }

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

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

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

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

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

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

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

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