#FAF587

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

Shades of Milan #FAF587

Tints of Milan #FAF587

Color information

#FAF587 (or 0xFAF587) is unknown color: approx Milan. HEX triplet: FA, F5 and 87. RGB value is (250,245,135). Sum of RGB (Red+Green+Blue) = 250+245+135=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 135 (53.12% from 255 or 21.43% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF587 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF587 is #050A78. Grayscale: #EAEAEA. Windows color (decimal): -330361 or 8910330. OLE color: 8910330.

HSL color Cylindrical-coordinate representation of color #FAF587: hue angle of 57.39º 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 #FAF587 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250245135-
CMYK00.020.460.02
HSL57.39º92%75.49%-
HSV(B)57.39º46%98.04%-
XYZ76.4587.3835.76-
YUV233.9672.16139.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 245 (96.09% from 255) = 38.89%
BLUE value IS 135 (53.12% from 255) = 21.43%
R=39.68%
G=38.89%
B=21.43%

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
Decimal25024513500.020.460.0257.399275.49
HexFAF587022E2395c4b
Octal3723652070256271134113
Binary1111101011110101100001110101011101011100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF587; }

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

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

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

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

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

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

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

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