#FCF497

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

Shades of Milan #FCF497

Tints of Milan #FCF497

Color information

#FCF497 (or 0xFCF497) is unknown color: approx Milan. HEX triplet: FC, F4 and 97. RGB value is (252,244,151). Sum of RGB (Red+Green+Blue) = 252+244+151=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 151 (59.38% from 255 or 23.34% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF497 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF497 is #030B68. Grayscale: #ECECEC. Windows color (decimal): -199529 or 9958652. OLE color: 9958652.

HSL color Cylindrical-coordinate representation of color #FCF497: hue angle of 55.25º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCF497 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252244151-
CMYK00.030.400.01
HSL55.25º94.39%79.02%-
HSV(B)55.25º40.08%98.82%-
XYZ78.0887.6342.08-
YUV235.7980.15139.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 244 (95.70% from 255) = 37.71%
BLUE value IS 151 (59.38% from 255) = 23.34%
R=38.95%
G=37.71%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224415100.030.400.0155.2594.3979.02
HexFCF49703281375e4f
Octal3743642270350167136117
Binary111111001111010010010111011101000111011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF497; }

 p { color: rgb(252,244,151); }

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

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

 a { background-color: rgb(252,244,151); }

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

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

 span { border-color: rgb(252,244,151); }

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