Shades of Milan #FFF98E
Tints of Milan #FFF98E
RGB
CMYK
RGB Variations
Color information
#FFF98E (or 0xFFF98E) is known color: Milan. HEX triplet: FF, F9 and 8E. RGB value is (255,249,142). Sum of RGB (Red+Green+Blue) = 255+249+142=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 142 (55.86% from 255 or 21.98% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF98E is #000671. Grayscale: #EFEFEF. Windows color (decimal): -1650 or 9370111. OLE color: 9370111.
HSL color Cylindrical-coordinate representation of color #FFF98E: hue angle of 56.81º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF98E is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 142 | - |
| CMYK | 0 | 0.02 | 0.44 | 0 |
| HSL | 56.81º | 1% | 0.78% | - |
| HSV(B) | 56.81º | 0.44% | 1% | - |
| XYZ | 80 | 90.96 | 38.93 | - |
| YUV | 238.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 142 | 0 | 0.02 | 0.44 | 0 | 56.81 | 1 | 0.78 |
| Hex | FF | F9 | 8E | 0 | 2 | 2C | 0 | 39 | 64 | 4E |
| Octal | 377 | 371 | 216 | 0 | 2 | 54 | 0 | 71 | 144 | 116 |
| Binary | 11111111 | 11111001 | 10001110 | 0 | 10 | 101100 | 0 | 111001 | 1100100 | 1001110 |
Color Harmonies of #FFF98E
Complementary color
Monochromatic Colors of #FFF98E
Black with #FFF98E
Text Example
Text Example
White with #FFF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF98E; }
p { color: rgb(255,249,142); }
H1.HeaderClassName
{
color: #FFF98E;
}
.AnyTagClassName
{
color: #FFF98E;
}
</style>
background-color css
<style>
a { background-color: #FFF98E; }
a { background-color: rgb(255,249,142); }
div.DivClassName
{
background-color: #FFF98E;
}
.BgClassName
{
background-color: #FFF98E;
}
</style>
border-color css
<style>
span { border-color: #FFF98E; }
span { border-color: rgb(255,249,142); }
td.TdClassName
{
border-color: #FFF98E;
}
.TagClassName
{
border-color: #FFF98E;
}
</style>