#FCF58C

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

Shades of Milan #FCF58C

Tints of Milan #FCF58C

Color information

#FCF58C (or 0xFCF58C) is unknown color: approx Milan. HEX triplet: FC, F5 and 8C. RGB value is (252,245,140). Sum of RGB (Red+Green+Blue) = 252+245+140=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 140 (55.08% from 255 or 21.98% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF58C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF58C is #030A73. Grayscale: #EBEBEB. Windows color (decimal): -199284 or 9238012. OLE color: 9238012.

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

Color convert

RGB252245140-
CMYK00.030.440.01
HSL56.25º94.92%76.86%-
HSV(B)56.25º44.44%98.82%-
XYZ77.5387.8937.69-
YUV235.1274.32140.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 245 (96.09% from 255) = 38.46%
BLUE value IS 140 (55.08% from 255) = 21.98%
R=39.56%
G=38.46%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224514000.030.440.0156.2594.9276.86
HexFCF58C032C1385f4d
Octal3743652140354170137115
Binary111111001111010110001100011101100111100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF58C; }

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

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

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

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

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

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

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

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