Shades of Milan #FDF98B
Tints of Milan #FDF98B
RGB
CMYK
RGB Variations
Color information
#FDF98B (or 0xFDF98B) is known color: Milan. HEX triplet: FD, F9 and 8B. RGB value is (253,249,139). Sum of RGB (Red+Green+Blue) = 253+249+139=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 139 (54.69% from 255 or 21.68% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF98B is #020674. Grayscale: #EEEEEE. Windows color (decimal): -132725 or 9173501. OLE color: 9173501.
HSL color Cylindrical-coordinate representation of color #FDF98B: hue angle of 57.89º 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 #FDF98B is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 139 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.01 |
| HSL | 57.89º | 0.97% | 0.77% | - |
| HSV(B) | 57.89º | 0.45% | 0.99% | - |
| XYZ | 79.04 | 90.5 | 37.73 | - |
| YUV | 237.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 139 | 0 | 0.02 | 0.45 | 0.01 | 57.89 | 0.97 | 0.77 |
| Hex | FD | F9 | 8B | 0 | 2 | 2D | 1 | 3A | 61 | 4D |
| Octal | 375 | 371 | 213 | 0 | 2 | 55 | 1 | 72 | 141 | 115 |
| Binary | 11111101 | 11111001 | 10001011 | 0 | 10 | 101101 | 1 | 111010 | 1100001 | 1001101 |
Color Harmonies of #FDF98B
Complementary color
Monochromatic Colors of #FDF98B
Black with #FDF98B
Text Example
Text Example
White with #FDF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF98B; }
p { color: rgb(253,249,139); }
H1.HeaderClassName
{
color: #FDF98B;
}
.AnyTagClassName
{
color: #FDF98B;
}
</style>
background-color css
<style>
a { background-color: #FDF98B; }
a { background-color: rgb(253,249,139); }
div.DivClassName
{
background-color: #FDF98B;
}
.BgClassName
{
background-color: #FDF98B;
}
</style>
border-color css
<style>
span { border-color: #FDF98B; }
span { border-color: rgb(253,249,139); }
td.TdClassName
{
border-color: #FDF98B;
}
.TagClassName
{
border-color: #FDF98B;
}
</style>