Shades of Lemon #F9E121
Tints of Lemon #F9E121
RGB
CMYK
RGB Variations
Color information
#F9E121 (or 0xF9E121) is known color: Lemon. HEX triplet: F9, E1 and 21. RGB value is (249,225,33). Sum of RGB (Red+Green+Blue) = 249+225+33=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 33 (13.28% from 255 or 6.51% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E121 is #061EDE. Grayscale: #D3D3D3. Windows color (decimal): -401119 or 2220537. OLE color: 2220537.
HSL color Cylindrical-coordinate representation of color #F9E121: hue angle of 53.33º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9E121 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 33 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.02 |
| HSL | 53.33º | 0.95% | 0.55% | - |
| HSV(B) | 53.33º | 0.87% | 0.98% | - |
| XYZ | 66.27 | 74.1 | 12.25 | - |
| YUV | 210.29 | 27.95 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 33 | 0 | 0.10 | 0.87 | 0.02 | 53.33 | 0.95 | 0.55 |
| Hex | F9 | E1 | 21 | 0 | A | 57 | 2 | 35 | 5F | 37 |
| Octal | 371 | 341 | 41 | 0 | 12 | 127 | 2 | 65 | 137 | 67 |
| Binary | 11111001 | 11100001 | 100001 | 0 | 1010 | 1010111 | 10 | 110101 | 1011111 | 110111 |
Color Harmonies of #F9E121
Complementary color
Monochromatic Colors of #F9E121
Black with #F9E121
Text Example
Text Example
White with #F9E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E121; }
p { color: rgb(249,225,33); }
H1.HeaderClassName
{
color: #F9E121;
}
.AnyTagClassName
{
color: #F9E121;
}
</style>
background-color css
<style>
a { background-color: #F9E121; }
a { background-color: rgb(249,225,33); }
div.DivClassName
{
background-color: #F9E121;
}
.BgClassName
{
background-color: #F9E121;
}
</style>
border-color css
<style>
span { border-color: #F9E121; }
span { border-color: rgb(249,225,33); }
td.TdClassName
{
border-color: #F9E121;
}
.TagClassName
{
border-color: #F9E121;
}
</style>