Shades of Lemon #F9E521
Tints of Lemon #F9E521
RGB
CMYK
RGB Variations
Color information
#F9E521 (or 0xF9E521) is known color: Lemon. HEX triplet: F9, E5 and 21. RGB value is (249,229,33). Sum of RGB (Red+Green+Blue) = 249+229+33=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 33 (13.28% from 255 or 6.46% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E521 is #061ADE. Grayscale: #D5D5D5. Windows color (decimal): -400095 or 2221561. OLE color: 2221561.
HSL color Cylindrical-coordinate representation of color #F9E521: hue angle of 54.44º 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 #F9E521 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 33 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.02 |
| HSL | 54.44º | 0.95% | 0.55% | - |
| HSV(B) | 54.44º | 0.87% | 0.98% | - |
| XYZ | 67.36 | 76.29 | 12.61 | - |
| YUV | 212.64 | 26.63 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 33 | 0 | 0.08 | 0.87 | 0.02 | 54.44 | 0.95 | 0.55 |
| Hex | F9 | E5 | 21 | 0 | 8 | 57 | 2 | 36 | 5F | 37 |
| Octal | 371 | 345 | 41 | 0 | 10 | 127 | 2 | 66 | 137 | 67 |
| Binary | 11111001 | 11100101 | 100001 | 0 | 1000 | 1010111 | 10 | 110110 | 1011111 | 110111 |
Color Harmonies of #F9E521
Complementary color
Monochromatic Colors of #F9E521
Black with #F9E521
Text Example
Text Example
White with #F9E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E521; }
p { color: rgb(249,229,33); }
H1.HeaderClassName
{
color: #F9E521;
}
.AnyTagClassName
{
color: #F9E521;
}
</style>
background-color css
<style>
a { background-color: #F9E521; }
a { background-color: rgb(249,229,33); }
div.DivClassName
{
background-color: #F9E521;
}
.BgClassName
{
background-color: #F9E521;
}
</style>
border-color css
<style>
span { border-color: #F9E521; }
span { border-color: rgb(249,229,33); }
td.TdClassName
{
border-color: #F9E521;
}
.TagClassName
{
border-color: #F9E521;
}
</style>