Shades of Lemon #F8F521
Tints of Lemon #F8F521
RGB
CMYK
RGB Variations
Color information
#F8F521 (or 0xF8F521) is known color: Lemon. HEX triplet: F8, F5 and 21. RGB value is (248,245,33). Sum of RGB (Red+Green+Blue) = 248+245+33=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 33 (13.28% from 255 or 6.27% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F521 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F521 is #070ADE. Grayscale: #DEDEDE. Windows color (decimal): -461535 or 2225656. OLE color: 2225656.
HSL color Cylindrical-coordinate representation of color #F8F521: hue angle of 59.16º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8F521 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 33 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.03 |
| HSL | 59.16º | 0.94% | 0.55% | - |
| HSV(B) | 59.16º | 0.87% | 0.97% | - |
| XYZ | 71.64 | 85.37 | 14.14 | - |
| YUV | 221.73 | 21.49 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 33 | 0 | 0.01 | 0.87 | 0.03 | 59.16 | 0.94 | 0.55 |
| Hex | F8 | F5 | 21 | 0 | 1 | 57 | 3 | 3B | 5E | 37 |
| Octal | 370 | 365 | 41 | 0 | 1 | 127 | 3 | 73 | 136 | 67 |
| Binary | 11111000 | 11110101 | 100001 | 0 | 1 | 1010111 | 11 | 111011 | 1011110 | 110111 |
Color Harmonies of #F8F521
Complementary color
Monochromatic Colors of #F8F521
Black with #F8F521
Text Example
Text Example
White with #F8F521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F521; }
p { color: rgb(248,245,33); }
H1.HeaderClassName
{
color: #F8F521;
}
.AnyTagClassName
{
color: #F8F521;
}
</style>
background-color css
<style>
a { background-color: #F8F521; }
a { background-color: rgb(248,245,33); }
div.DivClassName
{
background-color: #F8F521;
}
.BgClassName
{
background-color: #F8F521;
}
</style>
border-color css
<style>
span { border-color: #F8F521; }
span { border-color: rgb(248,245,33); }
td.TdClassName
{
border-color: #F8F521;
}
.TagClassName
{
border-color: #F8F521;
}
</style>