Shades of Lemon #F8F424
Tints of Lemon #F8F424
RGB
CMYK
RGB Variations
Color information
#F8F424 (or 0xF8F424) is known color: Lemon. HEX triplet: F8, F4 and 24. RGB value is (248,244,36). Sum of RGB (Red+Green+Blue) = 248+244+36=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 36 (14.45% from 255 or 6.82% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F424 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F424 is #070BDB. Grayscale: #DEDEDE. Windows color (decimal): -461788 or 2422008. OLE color: 2422008.
HSL color Cylindrical-coordinate representation of color #F8F424: hue angle of 58.87º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8F424 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 244 | 36 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.03 |
| HSL | 58.87º | 0.94% | 0.56% | - |
| HSV(B) | 58.87º | 0.85% | 0.97% | - |
| XYZ | 71.38 | 84.79 | 14.27 | - |
| YUV | 221.48 | 23.33 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 244 | 36 | 0 | 0.02 | 0.85 | 0.03 | 58.87 | 0.94 | 0.56 |
| Hex | F8 | F4 | 24 | 0 | 2 | 55 | 3 | 3B | 5E | 38 |
| Octal | 370 | 364 | 44 | 0 | 2 | 125 | 3 | 73 | 136 | 70 |
| Binary | 11111000 | 11110100 | 100100 | 0 | 10 | 1010101 | 11 | 111011 | 1011110 | 111000 |
Color Harmonies of #F8F424
Complementary color
Monochromatic Colors of #F8F424
Black with #F8F424
Text Example
Text Example
White with #F8F424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F424; }
p { color: rgb(248,244,36); }
H1.HeaderClassName
{
color: #F8F424;
}
.AnyTagClassName
{
color: #F8F424;
}
</style>
background-color css
<style>
a { background-color: #F8F424; }
a { background-color: rgb(248,244,36); }
div.DivClassName
{
background-color: #F8F424;
}
.BgClassName
{
background-color: #F8F424;
}
</style>
border-color css
<style>
span { border-color: #F8F424; }
span { border-color: rgb(248,244,36); }
td.TdClassName
{
border-color: #F8F424;
}
.TagClassName
{
border-color: #F8F424;
}
</style>