#FCF485

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

Shades of Milan #FCF485

Tints of Milan #FCF485

Color information

#FCF485 (or 0xFCF485) is unknown color: approx Milan. HEX triplet: FC, F4 and 85. RGB value is (252,244,133). Sum of RGB (Red+Green+Blue) = 252+244+133=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 244 (95.70% from 255 or 38.79% from 629); Blue value is 133 (52.34% from 255 or 21.14% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF485 is #030B7A. Grayscale: #EAEAEA. Windows color (decimal): -199547 or 8779004. OLE color: 8779004.

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

Color convert

RGB252244133-
CMYK00.030.470.01
HSL55.97º95.2%75.49%-
HSV(B)55.97º47.22%98.82%-
XYZ76.7387.0934.96-
YUV233.7471.15141.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 244 (95.70% from 255) = 38.79%
BLUE value IS 133 (52.34% from 255) = 21.14%
R=40.06%
G=38.79%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224413300.030.470.0155.9795.275.49
HexFCF485032F1385f4b
Octal3743642050357170137113
Binary111111001111010010000101011101111111100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF485; }

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

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

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

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

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

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

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

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