Shades of Jonquil #F0EF95
Tints of Jonquil #F0EF95
RGB
CMYK
RGB Variations
Color information
#F0EF95 (or 0xF0EF95) is known color: Jonquil. HEX triplet: F0, EF and 95. RGB value is (240,239,149). Sum of RGB (Red+Green+Blue) = 240+239+149=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EF95 is #0F106A. Grayscale: #E5E5E5. Windows color (decimal): -987243 or 9826288. OLE color: 9826288.
HSL color Cylindrical-coordinate representation of color #F0EF95: hue angle of 59.34º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0EF95 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 149 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.06 |
| HSL | 59.34º | 0.75% | 0.76% | - |
| HSV(B) | 59.34º | 0.38% | 0.94% | - |
| XYZ | 72.23 | 82.43 | 40.54 | - |
| YUV | 229.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 149 | 0 | 0.00 | 0.38 | 0.06 | 59.34 | 0.75 | 0.76 |
| Hex | F0 | EF | 95 | 0 | 0 | 26 | 6 | 3B | 4B | 4C |
| Octal | 360 | 357 | 225 | 0 | 0 | 46 | 6 | 73 | 113 | 114 |
| Binary | 11110000 | 11101111 | 10010101 | 0 | 0 | 100110 | 110 | 111011 | 1001011 | 1001100 |
Color Harmonies of #F0EF95
Complementary color
Monochromatic Colors of #F0EF95
Black with #F0EF95
Text Example
Text Example
White with #F0EF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF95; }
p { color: rgb(240,239,149); }
H1.HeaderClassName
{
color: #F0EF95;
}
.AnyTagClassName
{
color: #F0EF95;
}
</style>
background-color css
<style>
a { background-color: #F0EF95; }
a { background-color: rgb(240,239,149); }
div.DivClassName
{
background-color: #F0EF95;
}
.BgClassName
{
background-color: #F0EF95;
}
</style>
border-color css
<style>
span { border-color: #F0EF95; }
span { border-color: rgb(240,239,149); }
td.TdClassName
{
border-color: #F0EF95;
}
.TagClassName
{
border-color: #F0EF95;
}
</style>