#FCF08A

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

Shades of Milan #FCF08A

Tints of Milan #FCF08A

Color information

#FCF08A (or 0xFCF08A) is unknown color: approx Milan. HEX triplet: FC, F0 and 8A. RGB value is (252,240,138). Sum of RGB (Red+Green+Blue) = 252+240+138=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 138 (54.30% from 255 or 21.90% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF08A is #030F75. Grayscale: #E8E8E8. Windows color (decimal): -200566 or 9105660. OLE color: 9105660.

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

Color convert

RGB252240138-
CMYK00.050.450.01
HSL53.68º95%76.47%-
HSV(B)53.68º45.24%98.82%-
XYZ75.8984.8536.42-
YUV231.9674.98142.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 138 (54.30% from 255) = 21.90%
R=40%
G=38.10%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224013800.050.450.0153.689576.47
HexFCF08A052D1365f4c
Octal3743602120555166137114
Binary1111110011110000100010100101101101111011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF08A; }

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

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

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

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

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

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

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

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