Shades of Milan #FDF985
Tints of Milan #FDF985
RGB
CMYK
RGB Variations
Color information
#FDF985 (or 0xFDF985) is known color: Milan. HEX triplet: FD, F9 and 85. RGB value is (253,249,133). Sum of RGB (Red+Green+Blue) = 253+249+133=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 133 (52.34% from 255 or 20.94% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF985 is #02067A. Grayscale: #EDEDED. Windows color (decimal): -132731 or 8780285. OLE color: 8780285.
HSL color Cylindrical-coordinate representation of color #FDF985: hue angle of 58º 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 #FDF985 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 133 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.01 |
| HSL | 58º | 0.97% | 0.76% | - |
| HSV(B) | 58º | 0.47% | 0.99% | - |
| XYZ | 78.62 | 90.33 | 35.48 | - |
| YUV | 236.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 133 | 0 | 0.02 | 0.47 | 0.01 | 58 | 0.97 | 0.76 |
| Hex | FD | F9 | 85 | 0 | 2 | 2F | 1 | 3A | 61 | 4C |
| Octal | 375 | 371 | 205 | 0 | 2 | 57 | 1 | 72 | 141 | 114 |
| Binary | 11111101 | 11111001 | 10000101 | 0 | 10 | 101111 | 1 | 111010 | 1100001 | 1001100 |
Color Harmonies of #FDF985
Complementary color
Monochromatic Colors of #FDF985
Black with #FDF985
Text Example
Text Example
White with #FDF985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF985; }
p { color: rgb(253,249,133); }
H1.HeaderClassName
{
color: #FDF985;
}
.AnyTagClassName
{
color: #FDF985;
}
</style>
background-color css
<style>
a { background-color: #FDF985; }
a { background-color: rgb(253,249,133); }
div.DivClassName
{
background-color: #FDF985;
}
.BgClassName
{
background-color: #FDF985;
}
</style>
border-color css
<style>
span { border-color: #FDF985; }
span { border-color: rgb(253,249,133); }
td.TdClassName
{
border-color: #FDF985;
}
.TagClassName
{
border-color: #FDF985;
}
</style>