Shades of Milan #F9FD8E
Tints of Milan #F9FD8E
RGB
CMYK
RGB Variations
Color information
#F9FD8E (or 0xF9FD8E) is known color: Milan. HEX triplet: F9, FD and 8E. RGB value is (249,253,142). Sum of RGB (Red+Green+Blue) = 249+253+142=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 142 (55.86% from 255 or 22.05% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FD8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FD8E is #060271. Grayscale: #EFEFEF. Windows color (decimal): -393842 or 9371129. OLE color: 9371129.
HSL color Cylindrical-coordinate representation of color #F9FD8E: hue angle of 62.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9FD8E is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 253 | 142 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.01 |
| HSL | 62.16º | 0.97% | 0.77% | - |
| HSV(B) | 62.16º | 0.44% | 0.99% | - |
| XYZ | 79.07 | 92.34 | 39.25 | - |
| YUV | 239.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 253 | 142 | 0.02 | 0 | 0.44 | 0.01 | 62.16 | 0.97 | 0.77 |
| Hex | F9 | FD | 8E | 2 | 0 | 2C | 1 | 3E | 61 | 4D |
| Octal | 371 | 375 | 216 | 2 | 0 | 54 | 1 | 76 | 141 | 115 |
| Binary | 11111001 | 11111101 | 10001110 | 10 | 0 | 101100 | 1 | 111110 | 1100001 | 1001101 |
Color Harmonies of #F9FD8E
Complementary color
Monochromatic Colors of #F9FD8E
Black with #F9FD8E
Text Example
Text Example
White with #F9FD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FD8E; }
p { color: rgb(249,253,142); }
H1.HeaderClassName
{
color: #F9FD8E;
}
.AnyTagClassName
{
color: #F9FD8E;
}
</style>
background-color css
<style>
a { background-color: #F9FD8E; }
a { background-color: rgb(249,253,142); }
div.DivClassName
{
background-color: #F9FD8E;
}
.BgClassName
{
background-color: #F9FD8E;
}
</style>
border-color css
<style>
span { border-color: #F9FD8E; }
span { border-color: rgb(249,253,142); }
td.TdClassName
{
border-color: #F9FD8E;
}
.TagClassName
{
border-color: #F9FD8E;
}
</style>