Shades of Lemon #F9E80E
Tints of Lemon #F9E80E
RGB
CMYK
RGB Variations
Color information
#F9E80E (or 0xF9E80E) is known color: Lemon. HEX triplet: F9, E8 and 0E. RGB value is (249,232,14). Sum of RGB (Red+Green+Blue) = 249+232+14=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 14 (5.86% from 255 or 2.83% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9E80E is #0617F1. Grayscale: #D5D5D5. Windows color (decimal): -399346 or 977145. OLE color: 977145.
HSL color Cylindrical-coordinate representation of color #F9E80E: hue angle of 55.66º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9E80E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.02 |
| HSL | 55.66º | 0.95% | 0.52% | - |
| HSV(B) | 55.66º | 0.94% | 0.98% | - |
| XYZ | 68 | 77.88 | 11.86 | - |
| YUV | 212.23 | 16.13 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 14 | 0 | 0.07 | 0.94 | 0.02 | 55.66 | 0.95 | 0.52 |
| Hex | F9 | E8 | E | 0 | 7 | 5E | 2 | 38 | 5F | 34 |
| Octal | 371 | 350 | 16 | 0 | 7 | 136 | 2 | 70 | 137 | 64 |
| Binary | 11111001 | 11101000 | 1110 | 0 | 111 | 1011110 | 10 | 111000 | 1011111 | 110100 |
Color Harmonies of #F9E80E
Complementary color
Monochromatic Colors of #F9E80E
Black with #F9E80E
Text Example
Text Example
White with #F9E80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E80E; }
p { color: rgb(249,232,14); }
H1.HeaderClassName
{
color: #F9E80E;
}
.AnyTagClassName
{
color: #F9E80E;
}
</style>
background-color css
<style>
a { background-color: #F9E80E; }
a { background-color: rgb(249,232,14); }
div.DivClassName
{
background-color: #F9E80E;
}
.BgClassName
{
background-color: #F9E80E;
}
</style>
border-color css
<style>
span { border-color: #F9E80E; }
span { border-color: rgb(249,232,14); }
td.TdClassName
{
border-color: #F9E80E;
}
.TagClassName
{
border-color: #F9E80E;
}
</style>