Shades of Lemon #F9F224
Tints of Lemon #F9F224
RGB
CMYK
RGB Variations
Color information
#F9F224 (or 0xF9F224) is known color: Lemon. HEX triplet: F9, F2 and 24. RGB value is (249,242,36). Sum of RGB (Red+Green+Blue) = 249+242+36=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 36 (14.45% from 255 or 6.83% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F224 is #060DDB. Grayscale: #DDDDDD. Windows color (decimal): -396764 or 2421497. OLE color: 2421497.
HSL color Cylindrical-coordinate representation of color #F9F224: hue angle of 58.03º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9F224 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 36 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.02 |
| HSL | 58.03º | 0.95% | 0.56% | - |
| HSV(B) | 58.03º | 0.86% | 0.98% | - |
| XYZ | 71.14 | 83.77 | 14.09 | - |
| YUV | 220.61 | 23.82 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 36 | 0 | 0.03 | 0.86 | 0.02 | 58.03 | 0.95 | 0.56 |
| Hex | F9 | F2 | 24 | 0 | 3 | 56 | 2 | 3A | 5F | 38 |
| Octal | 371 | 362 | 44 | 0 | 3 | 126 | 2 | 72 | 137 | 70 |
| Binary | 11111001 | 11110010 | 100100 | 0 | 11 | 1010110 | 10 | 111010 | 1011111 | 111000 |
Color Harmonies of #F9F224
Complementary color
Monochromatic Colors of #F9F224
Black with #F9F224
Text Example
Text Example
White with #F9F224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F224; }
p { color: rgb(249,242,36); }
H1.HeaderClassName
{
color: #F9F224;
}
.AnyTagClassName
{
color: #F9F224;
}
</style>
background-color css
<style>
a { background-color: #F9F224; }
a { background-color: rgb(249,242,36); }
div.DivClassName
{
background-color: #F9F224;
}
.BgClassName
{
background-color: #F9F224;
}
</style>
border-color css
<style>
span { border-color: #F9F224; }
span { border-color: rgb(249,242,36); }
td.TdClassName
{
border-color: #F9F224;
}
.TagClassName
{
border-color: #F9F224;
}
</style>