Shades of Milan #FDF48C
Tints of Milan #FDF48C
RGB
CMYK
RGB Variations
Color information
#FDF48C (or 0xFDF48C) is known color: Milan. HEX triplet: FD, F4 and 8C. RGB value is (253,244,140). Sum of RGB (Red+Green+Blue) = 253+244+140=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 140 (55.08% from 255 or 21.98% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF48C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF48C is #020B73. Grayscale: #EBEBEB. Windows color (decimal): -134004 or 9237757. OLE color: 9237757.
HSL color Cylindrical-coordinate representation of color #FDF48C: hue angle of 55.22º 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 #FDF48C is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 140 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.01 |
| HSL | 55.22º | 0.97% | 0.77% | - |
| HSV(B) | 55.22º | 0.45% | 0.99% | - |
| XYZ | 77.59 | 87.48 | 37.61 | - |
| YUV | 234.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 140 | 0 | 0.04 | 0.45 | 0.01 | 55.22 | 0.97 | 0.77 |
| Hex | FD | F4 | 8C | 0 | 4 | 2D | 1 | 37 | 61 | 4D |
| Octal | 375 | 364 | 214 | 0 | 4 | 55 | 1 | 67 | 141 | 115 |
| Binary | 11111101 | 11110100 | 10001100 | 0 | 100 | 101101 | 1 | 110111 | 1100001 | 1001101 |
Color Harmonies of #FDF48C
Complementary color
Monochromatic Colors of #FDF48C
Black with #FDF48C
Text Example
Text Example
White with #FDF48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF48C; }
p { color: rgb(253,244,140); }
H1.HeaderClassName
{
color: #FDF48C;
}
.AnyTagClassName
{
color: #FDF48C;
}
</style>
background-color css
<style>
a { background-color: #FDF48C; }
a { background-color: rgb(253,244,140); }
div.DivClassName
{
background-color: #FDF48C;
}
.BgClassName
{
background-color: #FDF48C;
}
</style>
border-color css
<style>
span { border-color: #FDF48C; }
span { border-color: rgb(253,244,140); }
td.TdClassName
{
border-color: #FDF48C;
}
.TagClassName
{
border-color: #FDF48C;
}
</style>