Shades of Lemon #F8F41A
Tints of Lemon #F8F41A
RGB
CMYK
RGB Variations
Color information
#F8F41A (or 0xF8F41A) is known color: Lemon. HEX triplet: F8, F4 and 1A. RGB value is (248,244,26). Sum of RGB (Red+Green+Blue) = 248+244+26=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 26 (10.55% from 255 or 5.02% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F41A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F41A is #070BE5. Grayscale: #DDDDDD. Windows color (decimal): -461798 or 1766648. OLE color: 1766648.
HSL color Cylindrical-coordinate representation of color #F8F41A: hue angle of 58.92º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8F41A is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 244 | 26 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.03 |
| HSL | 58.92º | 0.94% | 0.54% | - |
| HSV(B) | 58.92º | 0.9% | 0.97% | - |
| XYZ | 71.25 | 84.73 | 13.58 | - |
| YUV | 220.34 | 18.33 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 244 | 26 | 0 | 0.02 | 0.90 | 0.03 | 58.92 | 0.94 | 0.54 |
| Hex | F8 | F4 | 1A | 0 | 2 | 5A | 3 | 3B | 5E | 36 |
| Octal | 370 | 364 | 32 | 0 | 2 | 132 | 3 | 73 | 136 | 66 |
| Binary | 11111000 | 11110100 | 11010 | 0 | 10 | 1011010 | 11 | 111011 | 1011110 | 110110 |
Color Harmonies of #F8F41A
Complementary color
Monochromatic Colors of #F8F41A
Black with #F8F41A
Text Example
Text Example
White with #F8F41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F41A; }
p { color: rgb(248,244,26); }
H1.HeaderClassName
{
color: #F8F41A;
}
.AnyTagClassName
{
color: #F8F41A;
}
</style>
background-color css
<style>
a { background-color: #F8F41A; }
a { background-color: rgb(248,244,26); }
div.DivClassName
{
background-color: #F8F41A;
}
.BgClassName
{
background-color: #F8F41A;
}
</style>
border-color css
<style>
span { border-color: #F8F41A; }
span { border-color: rgb(248,244,26); }
td.TdClassName
{
border-color: #F8F41A;
}
.TagClassName
{
border-color: #F8F41A;
}
</style>