Shades of Lemon #F9E40E
Tints of Lemon #F9E40E
RGB
CMYK
RGB Variations
Color information
#F9E40E (or 0xF9E40E) is known color: Lemon. HEX triplet: F9, E4 and 0E. RGB value is (249,228,14). Sum of RGB (Red+Green+Blue) = 249+228+14=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 14 (5.86% from 255 or 2.85% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E40E is #061BF1. Grayscale: #D2D2D2. Windows color (decimal): -400370 or 976121. OLE color: 976121.
HSL color Cylindrical-coordinate representation of color #F9E40E: hue angle of 54.64º 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 #F9E40E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.02 |
| HSL | 54.64º | 0.95% | 0.52% | - |
| HSV(B) | 54.64º | 0.94% | 0.98% | - |
| XYZ | 66.89 | 75.66 | 11.49 | - |
| YUV | 209.88 | 17.46 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 14 | 0 | 0.08 | 0.94 | 0.02 | 54.64 | 0.95 | 0.52 |
| Hex | F9 | E4 | E | 0 | 8 | 5E | 2 | 37 | 5F | 34 |
| Octal | 371 | 344 | 16 | 0 | 10 | 136 | 2 | 67 | 137 | 64 |
| Binary | 11111001 | 11100100 | 1110 | 0 | 1000 | 1011110 | 10 | 110111 | 1011111 | 110100 |
Color Harmonies of #F9E40E
Complementary color
Monochromatic Colors of #F9E40E
Black with #F9E40E
Text Example
Text Example
White with #F9E40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E40E; }
p { color: rgb(249,228,14); }
H1.HeaderClassName
{
color: #F9E40E;
}
.AnyTagClassName
{
color: #F9E40E;
}
</style>
background-color css
<style>
a { background-color: #F9E40E; }
a { background-color: rgb(249,228,14); }
div.DivClassName
{
background-color: #F9E40E;
}
.BgClassName
{
background-color: #F9E40E;
}
</style>
border-color css
<style>
span { border-color: #F9E40E; }
span { border-color: rgb(249,228,14); }
td.TdClassName
{
border-color: #F9E40E;
}
.TagClassName
{
border-color: #F9E40E;
}
</style>