Shades of Jonquil #F0F194
Tints of Jonquil #F0F194
RGB
CMYK
RGB Variations
Color information
#F0F194 (or 0xF0F194) is known color: Jonquil. HEX triplet: F0, F1 and 94. RGB value is (240,241,148). Sum of RGB (Red+Green+Blue) = 240+241+148=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F194 is #0F0E6B. Grayscale: #E6E6E6. Windows color (decimal): -986732 or 9761264. OLE color: 9761264.
HSL color Cylindrical-coordinate representation of color #F0F194: hue angle of 60.65º degrees, saturation: 0.77, 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 #F0F194 is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 148 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.05 |
| HSL | 60.65º | 0.77% | 0.76% | - |
| HSV(B) | 60.65º | 0.39% | 0.95% | - |
| XYZ | 72.74 | 83.57 | 40.31 | - |
| YUV | 230.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 148 | 0.00 | 0 | 0.39 | 0.05 | 60.65 | 0.77 | 0.76 |
| Hex | F0 | F1 | 94 | 0 | 0 | 27 | 5 | 3D | 4D | 4C |
| Octal | 360 | 361 | 224 | 0 | 0 | 47 | 5 | 75 | 115 | 114 |
| Binary | 11110000 | 11110001 | 10010100 | 0 | 0 | 100111 | 101 | 111101 | 1001101 | 1001100 |
Color Harmonies of #F0F194
Complementary color
Monochromatic Colors of #F0F194
Black with #F0F194
Text Example
Text Example
White with #F0F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F194; }
p { color: rgb(240,241,148); }
H1.HeaderClassName
{
color: #F0F194;
}
.AnyTagClassName
{
color: #F0F194;
}
</style>
background-color css
<style>
a { background-color: #F0F194; }
a { background-color: rgb(240,241,148); }
div.DivClassName
{
background-color: #F0F194;
}
.BgClassName
{
background-color: #F0F194;
}
</style>
border-color css
<style>
span { border-color: #F0F194; }
span { border-color: rgb(240,241,148); }
td.TdClassName
{
border-color: #F0F194;
}
.TagClassName
{
border-color: #F0F194;
}
</style>