Shades of Lemon #F9E20A
Tints of Lemon #F9E20A
RGB
CMYK
RGB Variations
Color information
#F9E20A (or 0xF9E20A) is known color: Lemon. HEX triplet: F9, E2 and 0A. RGB value is (249,226,10). Sum of RGB (Red+Green+Blue) = 249+226+10=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E20A is #061DF5. Grayscale: #D1D1D1. Windows color (decimal): -400886 or 713465. OLE color: 713465.
HSL color Cylindrical-coordinate representation of color #F9E20A: hue angle of 54.23º 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 #F9E20A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.02 |
| HSL | 54.23º | 0.95% | 0.51% | - |
| HSV(B) | 54.23º | 0.96% | 0.98% | - |
| XYZ | 66.32 | 74.55 | 11.18 | - |
| YUV | 208.25 | 16.12 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 10 | 0 | 0.09 | 0.96 | 0.02 | 54.23 | 0.95 | 0.51 |
| Hex | F9 | E2 | A | 0 | 9 | 60 | 2 | 36 | 5F | 33 |
| Octal | 371 | 342 | 12 | 0 | 11 | 140 | 2 | 66 | 137 | 63 |
| Binary | 11111001 | 11100010 | 1010 | 0 | 1001 | 1100000 | 10 | 110110 | 1011111 | 110011 |
Color Harmonies of #F9E20A
Complementary color
Monochromatic Colors of #F9E20A
Black with #F9E20A
Text Example
Text Example
White with #F9E20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E20A; }
p { color: rgb(249,226,10); }
H1.HeaderClassName
{
color: #F9E20A;
}
.AnyTagClassName
{
color: #F9E20A;
}
</style>
background-color css
<style>
a { background-color: #F9E20A; }
a { background-color: rgb(249,226,10); }
div.DivClassName
{
background-color: #F9E20A;
}
.BgClassName
{
background-color: #F9E20A;
}
</style>
border-color css
<style>
span { border-color: #F9E20A; }
span { border-color: rgb(249,226,10); }
td.TdClassName
{
border-color: #F9E20A;
}
.TagClassName
{
border-color: #F9E20A;
}
</style>