Shades of Lemon #F9F00F
Tints of Lemon #F9F00F
RGB
CMYK
RGB Variations
Color information
#F9F00F (or 0xF9F00F) is known color: Lemon. HEX triplet: F9, F0 and 0F. RGB value is (249,240,15). Sum of RGB (Red+Green+Blue) = 249+240+15=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 15 (6.25% from 255 or 2.98% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F00F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F00F is #060FF0. Grayscale: #D9D9D9. Windows color (decimal): -397297 or 1044729. OLE color: 1044729.
HSL color Cylindrical-coordinate representation of color #F9F00F: hue angle of 57.69º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9F00F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.02 |
| HSL | 57.69º | 0.95% | 0.52% | - |
| HSV(B) | 57.69º | 0.94% | 0.98% | - |
| XYZ | 70.31 | 82.49 | 12.67 | - |
| YUV | 217.04 | 13.98 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 15 | 0 | 0.04 | 0.94 | 0.02 | 57.69 | 0.95 | 0.52 |
| Hex | F9 | F0 | F | 0 | 4 | 5E | 2 | 3A | 5F | 34 |
| Octal | 371 | 360 | 17 | 0 | 4 | 136 | 2 | 72 | 137 | 64 |
| Binary | 11111001 | 11110000 | 1111 | 0 | 100 | 1011110 | 10 | 111010 | 1011111 | 110100 |
Color Harmonies of #F9F00F
Complementary color
Monochromatic Colors of #F9F00F
Black with #F9F00F
Text Example
Text Example
White with #F9F00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F00F; }
p { color: rgb(249,240,15); }
H1.HeaderClassName
{
color: #F9F00F;
}
.AnyTagClassName
{
color: #F9F00F;
}
</style>
background-color css
<style>
a { background-color: #F9F00F; }
a { background-color: rgb(249,240,15); }
div.DivClassName
{
background-color: #F9F00F;
}
.BgClassName
{
background-color: #F9F00F;
}
</style>
border-color css
<style>
span { border-color: #F9F00F; }
span { border-color: rgb(249,240,15); }
td.TdClassName
{
border-color: #F9F00F;
}
.TagClassName
{
border-color: #F9F00F;
}
</style>