Shades of Lemon #F9E409
Tints of Lemon #F9E409
RGB
CMYK
RGB Variations
Color information
#F9E409 (or 0xF9E409) is known color: Lemon. HEX triplet: F9, E4 and 09. RGB value is (249,228,9). Sum of RGB (Red+Green+Blue) = 249+228+9=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 9 (3.91% from 255 or 1.85% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E409 is #061BF6. Grayscale: #D2D2D2. Windows color (decimal): -400375 or 648441. OLE color: 648441.
HSL color Cylindrical-coordinate representation of color #F9E409: hue angle of 54.75º 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 #F9E409 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.02 |
| HSL | 54.75º | 0.95% | 0.51% | - |
| HSV(B) | 54.75º | 0.96% | 0.98% | - |
| XYZ | 66.86 | 75.65 | 11.34 | - |
| YUV | 209.31 | 14.96 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 9 | 0 | 0.08 | 0.96 | 0.02 | 54.75 | 0.95 | 0.51 |
| Hex | F9 | E4 | 9 | 0 | 8 | 60 | 2 | 37 | 5F | 33 |
| Octal | 371 | 344 | 11 | 0 | 10 | 140 | 2 | 67 | 137 | 63 |
| Binary | 11111001 | 11100100 | 1001 | 0 | 1000 | 1100000 | 10 | 110111 | 1011111 | 110011 |
Color Harmonies of #F9E409
Complementary color
Monochromatic Colors of #F9E409
Black with #F9E409
Text Example
Text Example
White with #F9E409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E409; }
p { color: rgb(249,228,9); }
H1.HeaderClassName
{
color: #F9E409;
}
.AnyTagClassName
{
color: #F9E409;
}
</style>
background-color css
<style>
a { background-color: #F9E409; }
a { background-color: rgb(249,228,9); }
div.DivClassName
{
background-color: #F9E409;
}
.BgClassName
{
background-color: #F9E409;
}
</style>
border-color css
<style>
span { border-color: #F9E409; }
span { border-color: rgb(249,228,9); }
td.TdClassName
{
border-color: #F9E409;
}
.TagClassName
{
border-color: #F9E409;
}
</style>