Shades of Milan #FDF08C
Tints of Milan #FDF08C
RGB
CMYK
RGB Variations
Color information
#FDF08C (or 0xFDF08C) is known color: Milan. HEX triplet: FD, F0 and 8C. RGB value is (253,240,140). Sum of RGB (Red+Green+Blue) = 253+240+140=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 140 (55.08% from 255 or 22.12% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF08C is #020F73. Grayscale: #E8E8E8. Windows color (decimal): -135028 or 9236733. OLE color: 9236733.
HSL color Cylindrical-coordinate representation of color #FDF08C: hue angle of 53.1º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDF08C is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 140 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.01 |
| HSL | 53.1º | 0.97% | 0.77% | - |
| HSV(B) | 53.1º | 0.45% | 0.99% | - |
| XYZ | 76.4 | 85.1 | 37.21 | - |
| YUV | 232.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 140 | 0 | 0.05 | 0.45 | 0.01 | 53.1 | 0.97 | 0.77 |
| Hex | FD | F0 | 8C | 0 | 5 | 2D | 1 | 35 | 61 | 4D |
| Octal | 375 | 360 | 214 | 0 | 5 | 55 | 1 | 65 | 141 | 115 |
| Binary | 11111101 | 11110000 | 10001100 | 0 | 101 | 101101 | 1 | 110101 | 1100001 | 1001101 |
Color Harmonies of #FDF08C
Complementary color
Monochromatic Colors of #FDF08C
Black with #FDF08C
Text Example
Text Example
White with #FDF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF08C; }
p { color: rgb(253,240,140); }
H1.HeaderClassName
{
color: #FDF08C;
}
.AnyTagClassName
{
color: #FDF08C;
}
</style>
background-color css
<style>
a { background-color: #FDF08C; }
a { background-color: rgb(253,240,140); }
div.DivClassName
{
background-color: #FDF08C;
}
.BgClassName
{
background-color: #FDF08C;
}
</style>
border-color css
<style>
span { border-color: #FDF08C; }
span { border-color: rgb(253,240,140); }
td.TdClassName
{
border-color: #FDF08C;
}
.TagClassName
{
border-color: #FDF08C;
}
</style>