Shades of Jonquil #F0ED8F
Tints of Jonquil #F0ED8F
RGB
CMYK
RGB Variations
Color information
#F0ED8F (or 0xF0ED8F) is known color: Jonquil. HEX triplet: F0, ED and 8F. RGB value is (240,237,143). Sum of RGB (Red+Green+Blue) = 240+237+143=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 143 (56.25% from 255 or 23.06% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ED8F is #0F1270. Grayscale: #E3E3E3. Windows color (decimal): -987761 or 9432560. OLE color: 9432560.
HSL color Cylindrical-coordinate representation of color #F0ED8F: hue angle of 58.14º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0ED8F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 143 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.06 |
| HSL | 58.14º | 0.76% | 0.75% | - |
| HSV(B) | 58.14º | 0.4% | 0.94% | - |
| XYZ | 71.18 | 81.08 | 37.88 | - |
| YUV | 227.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 143 | 0 | 0.01 | 0.40 | 0.06 | 58.14 | 0.76 | 0.75 |
| Hex | F0 | ED | 8F | 0 | 1 | 28 | 6 | 3A | 4C | 4B |
| Octal | 360 | 355 | 217 | 0 | 1 | 50 | 6 | 72 | 114 | 113 |
| Binary | 11110000 | 11101101 | 10001111 | 0 | 1 | 101000 | 110 | 111010 | 1001100 | 1001011 |
Color Harmonies of #F0ED8F
Complementary color
Monochromatic Colors of #F0ED8F
Black with #F0ED8F
Text Example
Text Example
White with #F0ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED8F; }
p { color: rgb(240,237,143); }
H1.HeaderClassName
{
color: #F0ED8F;
}
.AnyTagClassName
{
color: #F0ED8F;
}
</style>
background-color css
<style>
a { background-color: #F0ED8F; }
a { background-color: rgb(240,237,143); }
div.DivClassName
{
background-color: #F0ED8F;
}
.BgClassName
{
background-color: #F0ED8F;
}
</style>
border-color css
<style>
span { border-color: #F0ED8F; }
span { border-color: rgb(240,237,143); }
td.TdClassName
{
border-color: #F0ED8F;
}
.TagClassName
{
border-color: #F0ED8F;
}
</style>