Shades of Lemon #F9F41C
Tints of Lemon #F9F41C
RGB
CMYK
RGB Variations
Color information
#F9F41C (or 0xF9F41C) is known color: Lemon. HEX triplet: F9, F4 and 1C. RGB value is (249,244,28). Sum of RGB (Red+Green+Blue) = 249+244+28=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 28 (11.33% from 255 or 5.37% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F41C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F41C is #060BE3. Grayscale: #DDDDDD. Windows color (decimal): -396260 or 1897721. OLE color: 1897721.
HSL color Cylindrical-coordinate representation of color #F9F41C: hue angle of 58.64º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9F41C is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 244 | 28 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.02 |
| HSL | 58.64º | 0.95% | 0.54% | - |
| HSV(B) | 58.64º | 0.89% | 0.98% | - |
| XYZ | 71.63 | 84.92 | 13.72 | - |
| YUV | 220.87 | 19.16 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 244 | 28 | 0 | 0.02 | 0.89 | 0.02 | 58.64 | 0.95 | 0.54 |
| Hex | F9 | F4 | 1C | 0 | 2 | 59 | 2 | 3B | 5F | 36 |
| Octal | 371 | 364 | 34 | 0 | 2 | 131 | 2 | 73 | 137 | 66 |
| Binary | 11111001 | 11110100 | 11100 | 0 | 10 | 1011001 | 10 | 111011 | 1011111 | 110110 |
Color Harmonies of #F9F41C
Complementary color
Monochromatic Colors of #F9F41C
Black with #F9F41C
Text Example
Text Example
White with #F9F41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F41C; }
p { color: rgb(249,244,28); }
H1.HeaderClassName
{
color: #F9F41C;
}
.AnyTagClassName
{
color: #F9F41C;
}
</style>
background-color css
<style>
a { background-color: #F9F41C; }
a { background-color: rgb(249,244,28); }
div.DivClassName
{
background-color: #F9F41C;
}
.BgClassName
{
background-color: #F9F41C;
}
</style>
border-color css
<style>
span { border-color: #F9F41C; }
span { border-color: rgb(249,244,28); }
td.TdClassName
{
border-color: #F9F41C;
}
.TagClassName
{
border-color: #F9F41C;
}
</style>