Shades of Milan #F8F98A
Tints of Milan #F8F98A
RGB
CMYK
RGB Variations
Color information
#F8F98A (or 0xF8F98A) is known color: Milan. HEX triplet: F8, F9 and 8A. RGB value is (248,249,138). Sum of RGB (Red+Green+Blue) = 248+249+138=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 138 (54.30% from 255 or 21.73% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F98A is #070675. Grayscale: #ECECEC. Windows color (decimal): -460406 or 9107960. OLE color: 9107960.
HSL color Cylindrical-coordinate representation of color #F8F98A: hue angle of 60.54º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8F98A is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 138 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.02 |
| HSL | 60.54º | 0.9% | 0.76% | - |
| HSV(B) | 60.54º | 0.45% | 0.98% | - |
| XYZ | 77.17 | 89.54 | 37.26 | - |
| YUV | 236.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 138 | 0.00 | 0 | 0.45 | 0.02 | 60.54 | 0.9 | 0.76 |
| Hex | F8 | F9 | 8A | 0 | 0 | 2D | 2 | 3D | 5A | 4C |
| Octal | 370 | 371 | 212 | 0 | 0 | 55 | 2 | 75 | 132 | 114 |
| Binary | 11111000 | 11111001 | 10001010 | 0 | 0 | 101101 | 10 | 111101 | 1011010 | 1001100 |
Color Harmonies of #F8F98A
Complementary color
Monochromatic Colors of #F8F98A
Black with #F8F98A
Text Example
Text Example
White with #F8F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F98A; }
p { color: rgb(248,249,138); }
H1.HeaderClassName
{
color: #F8F98A;
}
.AnyTagClassName
{
color: #F8F98A;
}
</style>
background-color css
<style>
a { background-color: #F8F98A; }
a { background-color: rgb(248,249,138); }
div.DivClassName
{
background-color: #F8F98A;
}
.BgClassName
{
background-color: #F8F98A;
}
</style>
border-color css
<style>
span { border-color: #F8F98A; }
span { border-color: rgb(248,249,138); }
td.TdClassName
{
border-color: #F8F98A;
}
.TagClassName
{
border-color: #F8F98A;
}
</style>