#FCF991

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

Shades of Milan #FCF991

Tints of Milan #FCF991

Color information

#FCF991 (or 0xFCF991) is unknown color: approx Milan. HEX triplet: FC, F9 and 91. RGB value is (252,249,145). Sum of RGB (Red+Green+Blue) = 252+249+145=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 145 (57.03% from 255 or 22.45% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF991 is #03066E. Grayscale: #EEEEEE. Windows color (decimal): -198255 or 9566716. OLE color: 9566716.

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

Color convert

RGB252249145-
CMYK00.010.420.01
HSL58.32º94.69%77.84%-
HSV(B)58.32º42.46%98.82%-
XYZ79.1390.4940.08-
YUV238.0475.49137.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 249 (97.66% from 255) = 38.54%
BLUE value IS 145 (57.03% from 255) = 22.45%
R=39.01%
G=38.54%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224914500.010.420.0158.3294.6977.84
HexFCF991012A13a5f4e
Octal3743712210152172137116
Binary11111100111110011001000101101010111101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF991; }

 p { color: rgb(252,249,145); }

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

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

 a { background-color: rgb(252,249,145); }

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

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

 span { border-color: rgb(252,249,145); }

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