Shades of Jonquil #F1F095
Tints of Jonquil #F1F095
RGB
CMYK
RGB Variations
Color information
#F1F095 (or 0xF1F095) is known color: Jonquil. HEX triplet: F1, F0 and 95. RGB value is (241,240,149). Sum of RGB (Red+Green+Blue) = 241+240+149=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 149 (58.59% from 255 or 23.65% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F095 is #0E0F6A. Grayscale: #E6E6E6. Windows color (decimal): -921451 or 9826545. OLE color: 9826545.
HSL color Cylindrical-coordinate representation of color #F1F095: hue angle of 59.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1F095 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 149 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.05 |
| HSL | 59.35º | 0.77% | 0.76% | - |
| HSV(B) | 59.35º | 0.38% | 0.95% | - |
| XYZ | 72.86 | 83.19 | 40.65 | - |
| YUV | 229.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 149 | 0 | 0.00 | 0.38 | 0.05 | 59.35 | 0.77 | 0.76 |
| Hex | F1 | F0 | 95 | 0 | 0 | 26 | 5 | 3B | 4D | 4C |
| Octal | 361 | 360 | 225 | 0 | 0 | 46 | 5 | 73 | 115 | 114 |
| Binary | 11110001 | 11110000 | 10010101 | 0 | 0 | 100110 | 101 | 111011 | 1001101 | 1001100 |
Color Harmonies of #F1F095
Complementary color
Monochromatic Colors of #F1F095
Black with #F1F095
Text Example
Text Example
White with #F1F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F095; }
p { color: rgb(241,240,149); }
H1.HeaderClassName
{
color: #F1F095;
}
.AnyTagClassName
{
color: #F1F095;
}
</style>
background-color css
<style>
a { background-color: #F1F095; }
a { background-color: rgb(241,240,149); }
div.DivClassName
{
background-color: #F1F095;
}
.BgClassName
{
background-color: #F1F095;
}
</style>
border-color css
<style>
span { border-color: #F1F095; }
span { border-color: rgb(241,240,149); }
td.TdClassName
{
border-color: #F1F095;
}
.TagClassName
{
border-color: #F1F095;
}
</style>