#FCF08D

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

Shades of Milan #FCF08D

Tints of Milan #FCF08D

Color information

#FCF08D (or 0xFCF08D) is unknown color: approx Milan. HEX triplet: FC, F0 and 8D. RGB value is (252,240,141). Sum of RGB (Red+Green+Blue) = 252+240+141=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 141 (55.47% from 255 or 22.27% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF08D is #030F72. Grayscale: #E8E8E8. Windows color (decimal): -200563 or 9302268. OLE color: 9302268.

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

Color convert

RGB252240141-
CMYK00.050.440.01
HSL53.51º94.87%77.06%-
HSV(B)53.51º44.05%98.82%-
XYZ76.1184.9437.58-
YUV232.376.48142.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 141 (55.47% from 255) = 22.27%
R=39.81%
G=37.91%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224014100.050.440.0153.5194.8777.06
HexFCF08D052C1365f4d
Octal3743602150554166137115
Binary1111110011110000100011010101101100111011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF08D; }

 p { color: rgb(252,240,141); }

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

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

 a { background-color: rgb(252,240,141); }

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

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

 span { border-color: rgb(252,240,141); }

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