Shades of Jonquil #F0F095
Tints of Jonquil #F0F095
RGB
CMYK
RGB Variations
Color information
#F0F095 (or 0xF0F095) is known color: Jonquil. HEX triplet: F0, F0 and 95. RGB value is (240,240,149). Sum of RGB (Red+Green+Blue) = 240+240+149=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F095 is #0F0F6A. Grayscale: #E5E5E5. Windows color (decimal): -986987 or 9826544. OLE color: 9826544.
HSL color Cylindrical-coordinate representation of color #F0F095: hue angle of 60º 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 #F0F095 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 149 | - |
| CMYK | 0 | 0 | 0.38 | 0.06 |
| HSL | 60º | 0.75% | 0.76% | - |
| HSV(B) | 60º | 0.38% | 0.94% | - |
| XYZ | 72.52 | 83.02 | 40.64 | - |
| YUV | 229.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 149 | 0 | 0 | 0.38 | 0.06 | 60 | 0.75 | 0.76 |
| Hex | F0 | F0 | 95 | 0 | 0 | 26 | 6 | 3C | 4B | 4C |
| Octal | 360 | 360 | 225 | 0 | 0 | 46 | 6 | 74 | 113 | 114 |
| Binary | 11110000 | 11110000 | 10010101 | 0 | 0 | 100110 | 110 | 111100 | 1001011 | 1001100 |
Color Harmonies of #F0F095
Complementary color
Monochromatic Colors of #F0F095
Black with #F0F095
Text Example
Text Example
White with #F0F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F095; }
p { color: rgb(240,240,149); }
H1.HeaderClassName
{
color: #F0F095;
}
.AnyTagClassName
{
color: #F0F095;
}
</style>
background-color css
<style>
a { background-color: #F0F095; }
a { background-color: rgb(240,240,149); }
div.DivClassName
{
background-color: #F0F095;
}
.BgClassName
{
background-color: #F0F095;
}
</style>
border-color css
<style>
span { border-color: #F0F095; }
span { border-color: rgb(240,240,149); }
td.TdClassName
{
border-color: #F0F095;
}
.TagClassName
{
border-color: #F0F095;
}
</style>