Shades of Jonquil #F0F596
Tints of Jonquil #F0F596
RGB
CMYK
RGB Variations
Color information
#F0F596 (or 0xF0F596) is known color: Jonquil. HEX triplet: F0, F5 and 96. RGB value is (240,245,150). Sum of RGB (Red+Green+Blue) = 240+245+150=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 150 (58.98% from 255 or 23.62% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F596 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F596 is #0F0A69. Grayscale: #E9E9E9. Windows color (decimal): -985706 or 9893360. OLE color: 9893360.
HSL color Cylindrical-coordinate representation of color #F0F596: hue angle of 63.16º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0F596 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 150 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.04 |
| HSL | 63.16º | 0.83% | 0.77% | - |
| HSV(B) | 63.16º | 0.39% | 0.96% | - |
| XYZ | 74.09 | 86.03 | 41.55 | - |
| YUV | 232.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 150 | 0.02 | 0 | 0.39 | 0.04 | 63.16 | 0.83 | 0.77 |
| Hex | F0 | F5 | 96 | 2 | 0 | 27 | 4 | 3F | 53 | 4D |
| Octal | 360 | 365 | 226 | 2 | 0 | 47 | 4 | 77 | 123 | 115 |
| Binary | 11110000 | 11110101 | 10010110 | 10 | 0 | 100111 | 100 | 111111 | 1010011 | 1001101 |
Color Harmonies of #F0F596
Complementary color
Monochromatic Colors of #F0F596
Black with #F0F596
Text Example
Text Example
White with #F0F596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F596; }
p { color: rgb(240,245,150); }
H1.HeaderClassName
{
color: #F0F596;
}
.AnyTagClassName
{
color: #F0F596;
}
</style>
background-color css
<style>
a { background-color: #F0F596; }
a { background-color: rgb(240,245,150); }
div.DivClassName
{
background-color: #F0F596;
}
.BgClassName
{
background-color: #F0F596;
}
</style>
border-color css
<style>
span { border-color: #F0F596; }
span { border-color: rgb(240,245,150); }
td.TdClassName
{
border-color: #F0F596;
}
.TagClassName
{
border-color: #F0F596;
}
</style>