Shades of Milan #FDF98A
Tints of Milan #FDF98A
RGB
CMYK
RGB Variations
Color information
#FDF98A (or 0xFDF98A) is known color: Milan. HEX triplet: FD, F9 and 8A. RGB value is (253,249,138). Sum of RGB (Red+Green+Blue) = 253+249+138=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 138 (54.30% from 255 or 21.56% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF98A is #020675. Grayscale: #EDEDED. Windows color (decimal): -132726 or 9107965. OLE color: 9107965.
HSL color Cylindrical-coordinate representation of color #FDF98A: hue angle of 57.91º 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 #FDF98A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 138 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.01 |
| HSL | 57.91º | 0.97% | 0.77% | - |
| HSV(B) | 57.91º | 0.45% | 0.99% | - |
| XYZ | 78.97 | 90.47 | 37.34 | - |
| YUV | 237.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 138 | 0 | 0.02 | 0.45 | 0.01 | 57.91 | 0.97 | 0.77 |
| Hex | FD | F9 | 8A | 0 | 2 | 2D | 1 | 3A | 61 | 4D |
| Octal | 375 | 371 | 212 | 0 | 2 | 55 | 1 | 72 | 141 | 115 |
| Binary | 11111101 | 11111001 | 10001010 | 0 | 10 | 101101 | 1 | 111010 | 1100001 | 1001101 |
Color Harmonies of #FDF98A
Complementary color
Monochromatic Colors of #FDF98A
Black with #FDF98A
Text Example
Text Example
White with #FDF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF98A; }
p { color: rgb(253,249,138); }
H1.HeaderClassName
{
color: #FDF98A;
}
.AnyTagClassName
{
color: #FDF98A;
}
</style>
background-color css
<style>
a { background-color: #FDF98A; }
a { background-color: rgb(253,249,138); }
div.DivClassName
{
background-color: #FDF98A;
}
.BgClassName
{
background-color: #FDF98A;
}
</style>
border-color css
<style>
span { border-color: #FDF98A; }
span { border-color: rgb(253,249,138); }
td.TdClassName
{
border-color: #FDF98A;
}
.TagClassName
{
border-color: #FDF98A;
}
</style>