#FAF08E

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

Shades of Milan #FAF08E

Tints of Milan #FAF08E

Color information

#FAF08E (or 0xFAF08E) is unknown color: approx Milan. HEX triplet: FA, F0 and 8E. RGB value is (250,240,142). Sum of RGB (Red+Green+Blue) = 250+240+142=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 142 (55.86% from 255 or 22.47% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF08E is #050F71. Grayscale: #E8E8E8. Windows color (decimal): -331634 or 9367802. OLE color: 9367802.

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

Color convert

RGB250240142-
CMYK00.040.430.02
HSL54.44º91.53%76.86%-
HSV(B)54.44º43.2%98.04%-
XYZ75.4784.637.94-
YUV231.8277.31140.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 142 (55.86% from 255) = 22.47%
R=39.56%
G=37.97%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024014200.040.430.0254.4491.5376.86
HexFAF08E042B2365c4d
Octal3723602160453266134115
Binary11111010111100001000111001001010111011011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF08E; }

 p { color: rgb(250,240,142); }

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

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

 a { background-color: rgb(250,240,142); }

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

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

 span { border-color: rgb(250,240,142); }

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