Shades of Milan #FCF384
Tints of Milan #FCF384
RGB
CMYK
RGB Variations
Color information
#FCF384 (or 0xFCF384) is known color: Milan. HEX triplet: FC, F3 and 84. RGB value is (252,243,132). Sum of RGB (Red+Green+Blue) = 252+243+132=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 132 (51.95% from 255 or 21.05% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF384 is #030C7B. Grayscale: #E9E9E9. Windows color (decimal): -199804 or 8713212. OLE color: 8713212.
HSL color Cylindrical-coordinate representation of color #FCF384: hue angle of 55.5º 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 #FCF384 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 243 | 132 | - |
CMYK | 0 | 0.04 | 0.48 | 0.01 |
HSL | 55.5º | 0.95% | 0.75% | - |
HSV(B) | 55.5º | 0.48% | 0.99% | - |
XYZ | 76.36 | 86.46 | 34.49 | - |
YUV | 233.04 | 70.98 | 141.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 243 | 132 | 0 | 0.04 | 0.48 | 0.01 | 55.5 | 0.95 | 0.75 |
Hex | FC | F3 | 84 | 0 | 4 | 30 | 1 | 38 | 5F | 4B |
Octal | 374 | 363 | 204 | 0 | 4 | 60 | 1 | 70 | 137 | 113 |
Binary | 11111100 | 11110011 | 10000100 | 0 | 100 | 110000 | 1 | 111000 | 1011111 | 1001011 |
Color Harmonies of #FCF384
Complementary color
Monochromatic Colors of #FCF384
Black with #FCF384
Text Example
Text Example
White with #FCF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF384; }
p { color: rgb(252,243,132); }
H1.HeaderClassName
{
color: #FCF384;
}
.AnyTagClassName
{
color: #FCF384;
}
</style>
background-color css
<style>
a { background-color: #FCF384; }
a { background-color: rgb(252,243,132); }
div.DivClassName
{
background-color: #FCF384;
}
.BgClassName
{
background-color: #FCF384;
}
</style>
border-color css
<style>
span { border-color: #FCF384; }
span { border-color: rgb(252,243,132); }
td.TdClassName
{
border-color: #FCF384;
}
.TagClassName
{
border-color: #FCF384;
}
</style>