Shades of Milan #FCFC83
Tints of Milan #FCFC83
RGB
CMYK
RGB Variations
Color information
#FCFC83 (or 0xFCFC83) is known color: Milan. HEX triplet: FC, FC and 83. RGB value is (252,252,131). Sum of RGB (Red+Green+Blue) = 252+252+131=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 131 (51.56% from 255 or 20.63% from 635); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFC83 is #03037C. Grayscale: #EEEEEE. Windows color (decimal): -197501 or 8649980. OLE color: 8649980.
HSL color Cylindrical-coordinate representation of color #FCFC83: hue angle of 60º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCFC83 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 131 | - |
| CMYK | 0 | 0 | 0.48 | 0.01 |
| HSL | 60º | 0.95% | 0.75% | - |
| HSV(B) | 60º | 0.48% | 0.99% | - |
| XYZ | 79.05 | 91.95 | 35.06 | - |
| YUV | 238.21 | 67.5 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 131 | 0 | 0 | 0.48 | 0.01 | 60 | 0.95 | 0.75 |
| Hex | FC | FC | 83 | 0 | 0 | 30 | 1 | 3C | 5F | 4B |
| Octal | 374 | 374 | 203 | 0 | 0 | 60 | 1 | 74 | 137 | 113 |
| Binary | 11111100 | 11111100 | 10000011 | 0 | 0 | 110000 | 1 | 111100 | 1011111 | 1001011 |
Color Harmonies of #FCFC83
Complementary color
Monochromatic Colors of #FCFC83
Black with #FCFC83
Text Example
Text Example
White with #FCFC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC83; }
p { color: rgb(252,252,131); }
H1.HeaderClassName
{
color: #FCFC83;
}
.AnyTagClassName
{
color: #FCFC83;
}
</style>
background-color css
<style>
a { background-color: #FCFC83; }
a { background-color: rgb(252,252,131); }
div.DivClassName
{
background-color: #FCFC83;
}
.BgClassName
{
background-color: #FCFC83;
}
</style>
border-color css
<style>
span { border-color: #FCFC83; }
span { border-color: rgb(252,252,131); }
td.TdClassName
{
border-color: #FCFC83;
}
.TagClassName
{
border-color: #FCFC83;
}
</style>