Shades of Lemon #F9F005
Tints of Lemon #F9F005
RGB
CMYK
RGB Variations
Color information
#F9F005 (or 0xF9F005) is known color: Lemon. HEX triplet: F9, F0 and 05. RGB value is (249,240,5). Sum of RGB (Red+Green+Blue) = 249+240+5=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 5 (2.34% from 255 or 1.01% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F005 is #060FFA. Grayscale: #D8D8D8. Windows color (decimal): -397307 or 389369. OLE color: 389369.
HSL color Cylindrical-coordinate representation of color #F9F005: hue angle of 57.79º degrees, saturation: 0.96, 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 #F9F005 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.02 |
| HSL | 57.79º | 0.96% | 0.5% | - |
| HSV(B) | 57.79º | 0.98% | 0.98% | - |
| XYZ | 70.25 | 82.47 | 12.36 | - |
| YUV | 215.9 | 8.98 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 5 | 0 | 0.04 | 0.98 | 0.02 | 57.79 | 0.96 | 0.5 |
| Hex | F9 | F0 | 5 | 0 | 4 | 62 | 2 | 3A | 60 | 32 |
| Octal | 371 | 360 | 5 | 0 | 4 | 142 | 2 | 72 | 140 | 62 |
| Binary | 11111001 | 11110000 | 101 | 0 | 100 | 1100010 | 10 | 111010 | 1100000 | 110010 |
Color Harmonies of #F9F005
Complementary color
Monochromatic Colors of #F9F005
Black with #F9F005
Text Example
Text Example
White with #F9F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F005; }
p { color: rgb(249,240,5); }
H1.HeaderClassName
{
color: #F9F005;
}
.AnyTagClassName
{
color: #F9F005;
}
</style>
background-color css
<style>
a { background-color: #F9F005; }
a { background-color: rgb(249,240,5); }
div.DivClassName
{
background-color: #F9F005;
}
.BgClassName
{
background-color: #F9F005;
}
</style>
border-color css
<style>
span { border-color: #F9F005; }
span { border-color: rgb(249,240,5); }
td.TdClassName
{
border-color: #F9F005;
}
.TagClassName
{
border-color: #F9F005;
}
</style>