Shades of Milan #FDF992
Tints of Milan #FDF992
RGB
CMYK
RGB Variations
Color information
#FDF992 (or 0xFDF992) is known color: Milan. HEX triplet: FD, F9 and 92. RGB value is (253,249,146). Sum of RGB (Red+Green+Blue) = 253+249+146=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 146 (57.42% from 255 or 22.53% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF992 is #02066D. Grayscale: #EEEEEE. Windows color (decimal): -132718 or 9632253. OLE color: 9632253.
HSL color Cylindrical-coordinate representation of color #FDF992: hue angle of 57.76º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDF992 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 146 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.01 |
| HSL | 57.76º | 0.96% | 0.78% | - |
| HSV(B) | 57.76º | 0.42% | 0.99% | - |
| XYZ | 79.57 | 90.71 | 40.51 | - |
| YUV | 238.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 146 | 0 | 0.02 | 0.42 | 0.01 | 57.76 | 0.96 | 0.78 |
| Hex | FD | F9 | 92 | 0 | 2 | 2A | 1 | 3A | 60 | 4E |
| Octal | 375 | 371 | 222 | 0 | 2 | 52 | 1 | 72 | 140 | 116 |
| Binary | 11111101 | 11111001 | 10010010 | 0 | 10 | 101010 | 1 | 111010 | 1100000 | 1001110 |
Color Harmonies of #FDF992
Complementary color
Monochromatic Colors of #FDF992
Black with #FDF992
Text Example
Text Example
White with #FDF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF992; }
p { color: rgb(253,249,146); }
H1.HeaderClassName
{
color: #FDF992;
}
.AnyTagClassName
{
color: #FDF992;
}
</style>
background-color css
<style>
a { background-color: #FDF992; }
a { background-color: rgb(253,249,146); }
div.DivClassName
{
background-color: #FDF992;
}
.BgClassName
{
background-color: #FDF992;
}
</style>
border-color css
<style>
span { border-color: #FDF992; }
span { border-color: rgb(253,249,146); }
td.TdClassName
{
border-color: #FDF992;
}
.TagClassName
{
border-color: #FDF992;
}
</style>