Shades of Milan #FCFC8A
Tints of Milan #FCFC8A
RGB
CMYK
RGB Variations
Color information
#FCFC8A (or 0xFCFC8A) is known color: Milan. HEX triplet: FC, FC and 8A. RGB value is (252,252,138). Sum of RGB (Red+Green+Blue) = 252+252+138=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 138 (54.30% from 255 or 21.50% from 642); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFC8A is #030375. Grayscale: #EFEFEF. Windows color (decimal): -197494 or 9108732. OLE color: 9108732.
HSL color Cylindrical-coordinate representation of color #FCFC8A: hue angle of 60º 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 #FCFC8A is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 138 | - |
| CMYK | 0 | 0 | 0.45 | 0.01 |
| HSL | 60º | 0.95% | 0.76% | - |
| HSV(B) | 60º | 0.45% | 0.99% | - |
| XYZ | 79.54 | 92.15 | 37.64 | - |
| YUV | 239 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 138 | 0 | 0 | 0.45 | 0.01 | 60 | 0.95 | 0.76 |
| Hex | FC | FC | 8A | 0 | 0 | 2D | 1 | 3C | 5F | 4C |
| Octal | 374 | 374 | 212 | 0 | 0 | 55 | 1 | 74 | 137 | 114 |
| Binary | 11111100 | 11111100 | 10001010 | 0 | 0 | 101101 | 1 | 111100 | 1011111 | 1001100 |
Color Harmonies of #FCFC8A
Complementary color
Monochromatic Colors of #FCFC8A
Black with #FCFC8A
Text Example
Text Example
White with #FCFC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC8A; }
p { color: rgb(252,252,138); }
H1.HeaderClassName
{
color: #FCFC8A;
}
.AnyTagClassName
{
color: #FCFC8A;
}
</style>
background-color css
<style>
a { background-color: #FCFC8A; }
a { background-color: rgb(252,252,138); }
div.DivClassName
{
background-color: #FCFC8A;
}
.BgClassName
{
background-color: #FCFC8A;
}
</style>
border-color css
<style>
span { border-color: #FCFC8A; }
span { border-color: rgb(252,252,138); }
td.TdClassName
{
border-color: #FCFC8A;
}
.TagClassName
{
border-color: #FCFC8A;
}
</style>