Shades of Milan #FFF98A
Tints of Milan #FFF98A
RGB
CMYK
RGB Variations
Color information
#FFF98A (or 0xFFF98A) is known color: Milan. HEX triplet: FF, F9 and 8A. RGB value is (255,249,138). Sum of RGB (Red+Green+Blue) = 255+249+138=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 138 (54.30% from 255 or 21.50% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF98A is #000675. Grayscale: #EEEEEE. Windows color (decimal): -1654 or 9107967. OLE color: 9107967.
HSL color Cylindrical-coordinate representation of color #FFF98A: hue angle of 56.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFF98A is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 138 | - |
| CMYK | 0 | 0.02 | 0.46 | 0 |
| HSL | 56.92º | 1% | 0.77% | - |
| HSV(B) | 56.92º | 0.46% | 1% | - |
| XYZ | 79.7 | 90.85 | 37.38 | - |
| YUV | 238.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 138 | 0 | 0.02 | 0.46 | 0 | 56.92 | 1 | 0.77 |
| Hex | FF | F9 | 8A | 0 | 2 | 2E | 0 | 39 | 64 | 4D |
| Octal | 377 | 371 | 212 | 0 | 2 | 56 | 0 | 71 | 144 | 115 |
| Binary | 11111111 | 11111001 | 10001010 | 0 | 10 | 101110 | 0 | 111001 | 1100100 | 1001101 |
Color Harmonies of #FFF98A
Complementary color
Monochromatic Colors of #FFF98A
Black with #FFF98A
Text Example
Text Example
White with #FFF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF98A; }
p { color: rgb(255,249,138); }
H1.HeaderClassName
{
color: #FFF98A;
}
.AnyTagClassName
{
color: #FFF98A;
}
</style>
background-color css
<style>
a { background-color: #FFF98A; }
a { background-color: rgb(255,249,138); }
div.DivClassName
{
background-color: #FFF98A;
}
.BgClassName
{
background-color: #FFF98A;
}
</style>
border-color css
<style>
span { border-color: #FFF98A; }
span { border-color: rgb(255,249,138); }
td.TdClassName
{
border-color: #FFF98A;
}
.TagClassName
{
border-color: #FFF98A;
}
</style>