Shades of Jonquil #F0F294
Tints of Jonquil #F0F294
RGB
CMYK
RGB Variations
Color information
#F0F294 (or 0xF0F294) is known color: Jonquil. HEX triplet: F0, F2 and 94. RGB value is (240,242,148). Sum of RGB (Red+Green+Blue) = 240+242+148=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 148 (58.20% from 255 or 23.49% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F294 is #0F0D6B. Grayscale: #E7E7E7. Windows color (decimal): -986476 or 9761520. OLE color: 9761520.
HSL color Cylindrical-coordinate representation of color #F0F294: hue angle of 61.28º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0F294 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 148 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.05 |
| HSL | 61.28º | 0.78% | 0.76% | - |
| HSV(B) | 61.28º | 0.39% | 0.95% | - |
| XYZ | 73.03 | 84.17 | 40.41 | - |
| YUV | 230.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 148 | 0.01 | 0 | 0.39 | 0.05 | 61.28 | 0.78 | 0.76 |
| Hex | F0 | F2 | 94 | 1 | 0 | 27 | 5 | 3D | 4E | 4C |
| Octal | 360 | 362 | 224 | 1 | 0 | 47 | 5 | 75 | 116 | 114 |
| Binary | 11110000 | 11110010 | 10010100 | 1 | 0 | 100111 | 101 | 111101 | 1001110 | 1001100 |
Color Harmonies of #F0F294
Complementary color
Monochromatic Colors of #F0F294
Black with #F0F294
Text Example
Text Example
White with #F0F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F294; }
p { color: rgb(240,242,148); }
H1.HeaderClassName
{
color: #F0F294;
}
.AnyTagClassName
{
color: #F0F294;
}
</style>
background-color css
<style>
a { background-color: #F0F294; }
a { background-color: rgb(240,242,148); }
div.DivClassName
{
background-color: #F0F294;
}
.BgClassName
{
background-color: #F0F294;
}
</style>
border-color css
<style>
span { border-color: #F0F294; }
span { border-color: rgb(240,242,148); }
td.TdClassName
{
border-color: #F0F294;
}
.TagClassName
{
border-color: #F0F294;
}
</style>