Shades of Lemon #F9F920
Tints of Lemon #F9F920
RGB
CMYK
RGB Variations
Color information
#F9F920 (or 0xF9F920) is known color: Lemon. HEX triplet: F9, F9 and 20. RGB value is (249,249,32). Sum of RGB (Red+Green+Blue) = 249+249+32=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 32 (12.89% from 255 or 6.04% from 530); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F920 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F920 is #0606DF. Grayscale: #E1E1E1. Windows color (decimal): -394976 or 2161145. OLE color: 2161145.
HSL color Cylindrical-coordinate representation of color #F9F920: hue angle of 60º 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 #F9F920 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 249 | 32 | - |
| CMYK | 0 | 0 | 0.87 | 0.02 |
| HSL | 60º | 0.95% | 0.55% | - |
| HSV(B) | 60º | 0.87% | 0.98% | - |
| XYZ | 73.2 | 88 | 14.49 | - |
| YUV | 224.26 | 19.5 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 249 | 32 | 0 | 0 | 0.87 | 0.02 | 60 | 0.95 | 0.55 |
| Hex | F9 | F9 | 20 | 0 | 0 | 57 | 2 | 3C | 5F | 37 |
| Octal | 371 | 371 | 40 | 0 | 0 | 127 | 2 | 74 | 137 | 67 |
| Binary | 11111001 | 11111001 | 100000 | 0 | 0 | 1010111 | 10 | 111100 | 1011111 | 110111 |
Color Harmonies of #F9F920
Complementary color
Monochromatic Colors of #F9F920
Black with #F9F920
Text Example
Text Example
White with #F9F920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F920; }
p { color: rgb(249,249,32); }
H1.HeaderClassName
{
color: #F9F920;
}
.AnyTagClassName
{
color: #F9F920;
}
</style>
background-color css
<style>
a { background-color: #F9F920; }
a { background-color: rgb(249,249,32); }
div.DivClassName
{
background-color: #F9F920;
}
.BgClassName
{
background-color: #F9F920;
}
</style>
border-color css
<style>
span { border-color: #F9F920; }
span { border-color: rgb(249,249,32); }
td.TdClassName
{
border-color: #F9F920;
}
.TagClassName
{
border-color: #F9F920;
}
</style>