Shades of Lemon #F9E416
Tints of Lemon #F9E416
RGB
CMYK
RGB Variations
Color information
#F9E416 (or 0xF9E416) is known color: Lemon. HEX triplet: F9, E4 and 16. RGB value is (249,228,22). Sum of RGB (Red+Green+Blue) = 249+228+22=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 22 (8.98% from 255 or 4.41% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E416 is #061BE9. Grayscale: #D3D3D3. Windows color (decimal): -400362 or 1500409. OLE color: 1500409.
HSL color Cylindrical-coordinate representation of color #F9E416: hue angle of 54.45º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9E416 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.02 |
| HSL | 54.45º | 0.95% | 0.53% | - |
| HSV(B) | 54.45º | 0.91% | 0.98% | - |
| XYZ | 66.96 | 75.68 | 11.84 | - |
| YUV | 210.8 | 21.46 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 22 | 0 | 0.08 | 0.91 | 0.02 | 54.45 | 0.95 | 0.53 |
| Hex | F9 | E4 | 16 | 0 | 8 | 5B | 2 | 36 | 5F | 35 |
| Octal | 371 | 344 | 26 | 0 | 10 | 133 | 2 | 66 | 137 | 65 |
| Binary | 11111001 | 11100100 | 10110 | 0 | 1000 | 1011011 | 10 | 110110 | 1011111 | 110101 |
Color Harmonies of #F9E416
Complementary color
Monochromatic Colors of #F9E416
Black with #F9E416
Text Example
Text Example
White with #F9E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E416; }
p { color: rgb(249,228,22); }
H1.HeaderClassName
{
color: #F9E416;
}
.AnyTagClassName
{
color: #F9E416;
}
</style>
background-color css
<style>
a { background-color: #F9E416; }
a { background-color: rgb(249,228,22); }
div.DivClassName
{
background-color: #F9E416;
}
.BgClassName
{
background-color: #F9E416;
}
</style>
border-color css
<style>
span { border-color: #F9E416; }
span { border-color: rgb(249,228,22); }
td.TdClassName
{
border-color: #F9E416;
}
.TagClassName
{
border-color: #F9E416;
}
</style>