#FCFA85

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

Shades of Milan #FCFA85

Tints of Milan #FCFA85

Color information

#FCFA85 (or 0xFCFA85) is unknown color: approx Milan. HEX triplet: FC, FA and 85. RGB value is (252,250,133). Sum of RGB (Red+Green+Blue) = 252+250+133=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 133 (52.34% from 255 or 20.94% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFA85 is #03057A. Grayscale: #EDEDED. Windows color (decimal): -198011 or 8780540. OLE color: 8780540.

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

Color convert

RGB252250133-
CMYK00.010.470.01
HSL58.99º95.2%75.49%-
HSV(B)58.99º47.22%98.82%-
XYZ78.5690.7635.57-
YUV237.2669.16138.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 133 (52.34% from 255) = 20.94%
R=39.69%
G=39.37%
B=20.94%

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
Decimal25225013300.010.470.0158.9995.275.49
HexFCFA85012F13b5f4b
Octal3743722050157173137113
Binary11111100111110101000010101101111111101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA85; }

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

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

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

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

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

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

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

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