Shades of Lemon #F9EE04
Tints of Lemon #F9EE04
RGB
CMYK
RGB Variations
Color information
#F9EE04 (or 0xF9EE04) is known color: Lemon. HEX triplet: F9, EE and 04. RGB value is (249,238,4). Sum of RGB (Red+Green+Blue) = 249+238+4=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 4 (1.95% from 255 or 0.81% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9EE04 is #0611FB. Grayscale: #D7D7D7. Windows color (decimal): -397820 or 323321. OLE color: 323321.
HSL color Cylindrical-coordinate representation of color #F9EE04: hue angle of 57.31º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9EE04 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.02 |
| HSL | 57.31º | 0.97% | 0.5% | - |
| HSV(B) | 57.31º | 0.98% | 0.98% | - |
| XYZ | 69.66 | 81.3 | 12.14 | - |
| YUV | 214.61 | 9.14 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 4 | 0 | 0.04 | 0.98 | 0.02 | 57.31 | 0.97 | 0.5 |
| Hex | F9 | EE | 4 | 0 | 4 | 62 | 2 | 39 | 61 | 32 |
| Octal | 371 | 356 | 4 | 0 | 4 | 142 | 2 | 71 | 141 | 62 |
| Binary | 11111001 | 11101110 | 100 | 0 | 100 | 1100010 | 10 | 111001 | 1100001 | 110010 |
Color Harmonies of #F9EE04
Complementary color
Monochromatic Colors of #F9EE04
Black with #F9EE04
Text Example
Text Example
White with #F9EE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EE04; }
p { color: rgb(249,238,4); }
H1.HeaderClassName
{
color: #F9EE04;
}
.AnyTagClassName
{
color: #F9EE04;
}
</style>
background-color css
<style>
a { background-color: #F9EE04; }
a { background-color: rgb(249,238,4); }
div.DivClassName
{
background-color: #F9EE04;
}
.BgClassName
{
background-color: #F9EE04;
}
</style>
border-color css
<style>
span { border-color: #F9EE04; }
span { border-color: rgb(249,238,4); }
td.TdClassName
{
border-color: #F9EE04;
}
.TagClassName
{
border-color: #F9EE04;
}
</style>