#FAF487

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

Shades of Milan #FAF487

Tints of Milan #FAF487

Color information

#FAF487 (or 0xFAF487) is unknown color: approx Milan. HEX triplet: FA, F4 and 87. RGB value is (250,244,135). Sum of RGB (Red+Green+Blue) = 250+244+135=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 244 (95.70% from 255 or 38.79% from 629); Blue value is 135 (53.12% from 255 or 21.46% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF487 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF487 is #050B78. Grayscale: #E9E9E9. Windows color (decimal): -330617 or 8910074. OLE color: 8910074.

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

Color convert

RGB250244135-
CMYK00.020.460.02
HSL56.87º92%75.49%-
HSV(B)56.87º46%98.04%-
XYZ76.1586.7735.66-
YUV233.3772.49139.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 244 (95.70% from 255) = 38.79%
BLUE value IS 135 (53.12% from 255) = 21.46%
R=39.75%
G=38.79%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024413500.020.460.0256.879275.49
HexFAF487022E2395c4b
Octal3723642070256271134113
Binary1111101011110100100001110101011101011100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF487; }

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

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

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

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

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

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

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

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