Shades of Lemon #F9E80B
Tints of Lemon #F9E80B
RGB
CMYK
RGB Variations
Color information
#F9E80B (or 0xF9E80B) is known color: Lemon. HEX triplet: F9, E8 and 0B. RGB value is (249,232,11). Sum of RGB (Red+Green+Blue) = 249+232+11=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 11 (4.69% from 255 or 2.24% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9E80B is #0617F4. Grayscale: #D4D4D4. Windows color (decimal): -399349 or 780537. OLE color: 780537.
HSL color Cylindrical-coordinate representation of color #F9E80B: hue angle of 55.71º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9E80B is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 11 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.02 |
| HSL | 55.71º | 0.95% | 0.51% | - |
| HSV(B) | 55.71º | 0.96% | 0.98% | - |
| XYZ | 67.98 | 77.88 | 11.77 | - |
| YUV | 211.89 | 14.63 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 11 | 0 | 0.07 | 0.96 | 0.02 | 55.71 | 0.95 | 0.51 |
| Hex | F9 | E8 | B | 0 | 7 | 60 | 2 | 38 | 5F | 33 |
| Octal | 371 | 350 | 13 | 0 | 7 | 140 | 2 | 70 | 137 | 63 |
| Binary | 11111001 | 11101000 | 1011 | 0 | 111 | 1100000 | 10 | 111000 | 1011111 | 110011 |
Color Harmonies of #F9E80B
Complementary color
Monochromatic Colors of #F9E80B
Black with #F9E80B
Text Example
Text Example
White with #F9E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E80B; }
p { color: rgb(249,232,11); }
H1.HeaderClassName
{
color: #F9E80B;
}
.AnyTagClassName
{
color: #F9E80B;
}
</style>
background-color css
<style>
a { background-color: #F9E80B; }
a { background-color: rgb(249,232,11); }
div.DivClassName
{
background-color: #F9E80B;
}
.BgClassName
{
background-color: #F9E80B;
}
</style>
border-color css
<style>
span { border-color: #F9E80B; }
span { border-color: rgb(249,232,11); }
td.TdClassName
{
border-color: #F9E80B;
}
.TagClassName
{
border-color: #F9E80B;
}
</style>