#FCF589

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

Shades of Milan #FCF589

Tints of Milan #FCF589

Color information

#FCF589 (or 0xFCF589) is unknown color: approx Milan. HEX triplet: FC, F5 and 89. RGB value is (252,245,137). Sum of RGB (Red+Green+Blue) = 252+245+137=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 137 (53.91% from 255 or 21.61% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF589 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF589 is #030A76. Grayscale: #EBEBEB. Windows color (decimal): -199287 or 9041404. OLE color: 9041404.

HSL color Cylindrical-coordinate representation of color #FCF589: hue angle of 56.35º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCF589 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB252245137-
CMYK00.030.460.01
HSL56.35º95.04%76.27%-
HSV(B)56.35º45.63%98.82%-
XYZ77.3187.8136.54-
YUV234.7872.82140.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 245 (96.09% from 255) = 38.64%
BLUE value IS 137 (53.91% from 255) = 21.61%
R=39.75%
G=38.64%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224513700.030.460.0156.3595.0476.27
HexFCF589032E1385f4c
Octal3743652110356170137114
Binary111111001111010110001001011101110111100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF589; }

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

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

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

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

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

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

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

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