#FAF589

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

Shades of Milan #FAF589

Tints of Milan #FAF589

Color information

#FAF589 (or 0xFAF589) is unknown color: approx Milan. HEX triplet: FA, F5 and 89. RGB value is (250,245,137). Sum of RGB (Red+Green+Blue) = 250+245+137=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 137 (53.91% from 255 or 21.68% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF589 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF589 is #050A76. Grayscale: #EAEAEA. Windows color (decimal): -330359 or 9041402. OLE color: 9041402.

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

Color convert

RGB250245137-
CMYK00.020.450.02
HSL57.35º91.87%75.88%-
HSV(B)57.35º45.2%98.04%-
XYZ76.5987.4336.51-
YUV234.1873.16139.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 245 (96.09% from 255) = 38.77%
BLUE value IS 137 (53.91% from 255) = 21.68%
R=39.56%
G=38.77%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024513700.020.450.0257.3591.8775.88
HexFAF589022D2395c4c
Octal3723652110255271134114
Binary1111101011110101100010010101011011011100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF589; }

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

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

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

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

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

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

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

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