Shades of Milan #FFF985
Tints of Milan #FFF985
RGB
CMYK
RGB Variations
Color information
#FFF985 (or 0xFFF985) is known color: Milan. HEX triplet: FF, F9 and 85. RGB value is (255,249,133). Sum of RGB (Red+Green+Blue) = 255+249+133=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 133 (52.34% from 255 or 20.88% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF985 is #00067A. Grayscale: #EEEEEE. Windows color (decimal): -1659 or 8780287. OLE color: 8780287.
HSL color Cylindrical-coordinate representation of color #FFF985: hue angle of 57.05º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFF985 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 133 | - |
| CMYK | 0 | 0.02 | 0.48 | 0 |
| HSL | 57.05º | 1% | 0.76% | - |
| HSV(B) | 57.05º | 0.48% | 1% | - |
| XYZ | 79.35 | 90.7 | 35.52 | - |
| YUV | 237.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 133 | 0 | 0.02 | 0.48 | 0 | 57.05 | 1 | 0.76 |
| Hex | FF | F9 | 85 | 0 | 2 | 30 | 0 | 39 | 64 | 4C |
| Octal | 377 | 371 | 205 | 0 | 2 | 60 | 0 | 71 | 144 | 114 |
| Binary | 11111111 | 11111001 | 10000101 | 0 | 10 | 110000 | 0 | 111001 | 1100100 | 1001100 |
Color Harmonies of #FFF985
Complementary color
Monochromatic Colors of #FFF985
Black with #FFF985
Text Example
Text Example
White with #FFF985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF985; }
p { color: rgb(255,249,133); }
H1.HeaderClassName
{
color: #FFF985;
}
.AnyTagClassName
{
color: #FFF985;
}
</style>
background-color css
<style>
a { background-color: #FFF985; }
a { background-color: rgb(255,249,133); }
div.DivClassName
{
background-color: #FFF985;
}
.BgClassName
{
background-color: #FFF985;
}
</style>
border-color css
<style>
span { border-color: #FFF985; }
span { border-color: rgb(255,249,133); }
td.TdClassName
{
border-color: #FFF985;
}
.TagClassName
{
border-color: #FFF985;
}
</style>