Shades of Jonquil #F0F898
Tints of Jonquil #F0F898
RGB
CMYK
RGB Variations
Color information
#F0F898 (or 0xF0F898) is known color: Jonquil. HEX triplet: F0, F8 and 98. RGB value is (240,248,152). Sum of RGB (Red+Green+Blue) = 240+248+152=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 152 (59.77% from 255 or 23.75% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F898 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F898 is #0F0767. Grayscale: #EBEBEB. Windows color (decimal): -984936 or 10025200. OLE color: 10025200.
HSL color Cylindrical-coordinate representation of color #F0F898: hue angle of 65º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0F898 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 152 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.03 |
| HSL | 65º | 0.87% | 0.78% | - |
| HSV(B) | 65º | 0.39% | 0.97% | - |
| XYZ | 75.17 | 87.93 | 42.72 | - |
| YUV | 234.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 152 | 0.03 | 0 | 0.39 | 0.03 | 65 | 0.87 | 0.78 |
| Hex | F0 | F8 | 98 | 3 | 0 | 27 | 3 | 41 | 57 | 4E |
| Octal | 360 | 370 | 230 | 3 | 0 | 47 | 3 | 101 | 127 | 116 |
| Binary | 11110000 | 11111000 | 10011000 | 11 | 0 | 100111 | 11 | 1000001 | 1010111 | 1001110 |
Color Harmonies of #F0F898
Complementary color
Monochromatic Colors of #F0F898
Black with #F0F898
Text Example
Text Example
White with #F0F898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F898; }
p { color: rgb(240,248,152); }
H1.HeaderClassName
{
color: #F0F898;
}
.AnyTagClassName
{
color: #F0F898;
}
</style>
background-color css
<style>
a { background-color: #F0F898; }
a { background-color: rgb(240,248,152); }
div.DivClassName
{
background-color: #F0F898;
}
.BgClassName
{
background-color: #F0F898;
}
</style>
border-color css
<style>
span { border-color: #F0F898; }
span { border-color: rgb(240,248,152); }
td.TdClassName
{
border-color: #F0F898;
}
.TagClassName
{
border-color: #F0F898;
}
</style>