Shades of Milan #FDF387
Tints of Milan #FDF387
RGB
CMYK
RGB Variations
Color information
#FDF387 (or 0xFDF387) is known color: Milan. HEX triplet: FD, F3 and 87. RGB value is (253,243,135). Sum of RGB (Red+Green+Blue) = 253+243+135=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 135 (53.12% from 255 or 21.39% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF387 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF387 is #020C78. Grayscale: #EAEAEA. Windows color (decimal): -134265 or 8909821. OLE color: 8909821.
HSL color Cylindrical-coordinate representation of color #FDF387: hue angle of 54.92º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDF387 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 135 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.01 |
| HSL | 54.92º | 0.97% | 0.76% | - |
| HSV(B) | 54.92º | 0.47% | 0.99% | - |
| XYZ | 76.93 | 86.73 | 35.61 | - |
| YUV | 233.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 135 | 0 | 0.04 | 0.47 | 0.01 | 54.92 | 0.97 | 0.76 |
| Hex | FD | F3 | 87 | 0 | 4 | 2F | 1 | 37 | 61 | 4C |
| Octal | 375 | 363 | 207 | 0 | 4 | 57 | 1 | 67 | 141 | 114 |
| Binary | 11111101 | 11110011 | 10000111 | 0 | 100 | 101111 | 1 | 110111 | 1100001 | 1001100 |
Color Harmonies of #FDF387
Complementary color
Monochromatic Colors of #FDF387
Black with #FDF387
Text Example
Text Example
White with #FDF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF387; }
p { color: rgb(253,243,135); }
H1.HeaderClassName
{
color: #FDF387;
}
.AnyTagClassName
{
color: #FDF387;
}
</style>
background-color css
<style>
a { background-color: #FDF387; }
a { background-color: rgb(253,243,135); }
div.DivClassName
{
background-color: #FDF387;
}
.BgClassName
{
background-color: #FDF387;
}
</style>
border-color css
<style>
span { border-color: #FDF387; }
span { border-color: rgb(253,243,135); }
td.TdClassName
{
border-color: #FDF387;
}
.TagClassName
{
border-color: #FDF387;
}
</style>