#FCF985

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

Shades of Milan #FCF985

Tints of Milan #FCF985

Color information

#FCF985 (or 0xFCF985) is unknown color: approx Milan. HEX triplet: FC, F9 and 85. RGB value is (252,249,133). Sum of RGB (Red+Green+Blue) = 252+249+133=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 133 (52.34% from 255 or 20.98% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF985 is #03067A. Grayscale: #EDEDED. Windows color (decimal): -198267 or 8780284. OLE color: 8780284.

HSL color Cylindrical-coordinate representation of color #FCF985: hue angle of 58.49º 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 #FCF985 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252249133-
CMYK00.010.470.01
HSL58.49º95.2%75.49%-
HSV(B)58.49º47.22%98.82%-
XYZ78.2590.1435.46-
YUV236.6769.49138.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 249 (97.66% from 255) = 39.27%
BLUE value IS 133 (52.34% from 255) = 20.98%
R=39.75%
G=39.27%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224913300.010.470.0158.4995.275.49
HexFCF985012F13a5f4b
Octal3743712050157172137113
Binary11111100111110011000010101101111111101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF985; }

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

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

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

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

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

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

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

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