Shades of Milan #FDF08A
Tints of Milan #FDF08A
RGB
CMYK
RGB Variations
Color information
#FDF08A (or 0xFDF08A) is known color: Milan. HEX triplet: FD, F0 and 8A. RGB value is (253,240,138). Sum of RGB (Red+Green+Blue) = 253+240+138=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 138 (54.30% from 255 or 21.87% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF08A is #020F75. Grayscale: #E8E8E8. Windows color (decimal): -135030 or 9105661. OLE color: 9105661.
HSL color Cylindrical-coordinate representation of color #FDF08A: hue angle of 53.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 #FDF08A is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 138 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.01 |
| HSL | 53.22º | 0.97% | 0.77% | - |
| HSV(B) | 53.22º | 0.45% | 0.99% | - |
| XYZ | 76.26 | 85.04 | 36.44 | - |
| YUV | 232.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 138 | 0 | 0.05 | 0.45 | 0.01 | 53.22 | 0.97 | 0.77 |
| Hex | FD | F0 | 8A | 0 | 5 | 2D | 1 | 35 | 61 | 4D |
| Octal | 375 | 360 | 212 | 0 | 5 | 55 | 1 | 65 | 141 | 115 |
| Binary | 11111101 | 11110000 | 10001010 | 0 | 101 | 101101 | 1 | 110101 | 1100001 | 1001101 |
Color Harmonies of #FDF08A
Complementary color
Monochromatic Colors of #FDF08A
Black with #FDF08A
Text Example
Text Example
White with #FDF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF08A; }
p { color: rgb(253,240,138); }
H1.HeaderClassName
{
color: #FDF08A;
}
.AnyTagClassName
{
color: #FDF08A;
}
</style>
background-color css
<style>
a { background-color: #FDF08A; }
a { background-color: rgb(253,240,138); }
div.DivClassName
{
background-color: #FDF08A;
}
.BgClassName
{
background-color: #FDF08A;
}
</style>
border-color css
<style>
span { border-color: #FDF08A; }
span { border-color: rgb(253,240,138); }
td.TdClassName
{
border-color: #FDF08A;
}
.TagClassName
{
border-color: #FDF08A;
}
</style>