Shades of Milan #FDF289
Tints of Milan #FDF289
RGB
CMYK
RGB Variations
Color information
#FDF289 (or 0xFDF289) is known color: Milan. HEX triplet: FD, F2 and 89. RGB value is (253,242,137). Sum of RGB (Red+Green+Blue) = 253+242+137=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 137 (53.91% from 255 or 21.68% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF289 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF289 is #020D76. Grayscale: #E9E9E9. Windows color (decimal): -134519 or 9040637. OLE color: 9040637.
HSL color Cylindrical-coordinate representation of color #FDF289: hue angle of 54.31º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDF289 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 137 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.01 |
| HSL | 54.31º | 0.97% | 0.76% | - |
| HSV(B) | 54.31º | 0.46% | 0.99% | - |
| XYZ | 76.78 | 86.19 | 36.26 | - |
| YUV | 233.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 137 | 0 | 0.04 | 0.46 | 0.01 | 54.31 | 0.97 | 0.76 |
| Hex | FD | F2 | 89 | 0 | 4 | 2E | 1 | 36 | 61 | 4C |
| Octal | 375 | 362 | 211 | 0 | 4 | 56 | 1 | 66 | 141 | 114 |
| Binary | 11111101 | 11110010 | 10001001 | 0 | 100 | 101110 | 1 | 110110 | 1100001 | 1001100 |
Color Harmonies of #FDF289
Complementary color
Monochromatic Colors of #FDF289
Black with #FDF289
Text Example
Text Example
White with #FDF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF289; }
p { color: rgb(253,242,137); }
H1.HeaderClassName
{
color: #FDF289;
}
.AnyTagClassName
{
color: #FDF289;
}
</style>
background-color css
<style>
a { background-color: #FDF289; }
a { background-color: rgb(253,242,137); }
div.DivClassName
{
background-color: #FDF289;
}
.BgClassName
{
background-color: #FDF289;
}
</style>
border-color css
<style>
span { border-color: #FDF289; }
span { border-color: rgb(253,242,137); }
td.TdClassName
{
border-color: #FDF289;
}
.TagClassName
{
border-color: #FDF289;
}
</style>