Shades of Lemon #F8E021
Tints of Lemon #F8E021
RGB
CMYK
RGB Variations
Color information
#F8E021 (or 0xF8E021) is known color: Lemon. HEX triplet: F8, E0 and 21. RGB value is (248,224,33). Sum of RGB (Red+Green+Blue) = 248+224+33=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 33 (13.28% from 255 or 6.53% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E021 is #071FDE. Grayscale: #D2D2D2. Windows color (decimal): -466911 or 2220280. OLE color: 2220280.
HSL color Cylindrical-coordinate representation of color #F8E021: hue angle of 53.3º 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 #F8E021 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 33 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.03 |
| HSL | 53.3º | 0.94% | 0.55% | - |
| HSV(B) | 53.3º | 0.87% | 0.97% | - |
| XYZ | 65.64 | 73.38 | 12.14 | - |
| YUV | 209.4 | 28.45 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 33 | 0 | 0.10 | 0.87 | 0.03 | 53.3 | 0.94 | 0.55 |
| Hex | F8 | E0 | 21 | 0 | A | 57 | 3 | 35 | 5E | 37 |
| Octal | 370 | 340 | 41 | 0 | 12 | 127 | 3 | 65 | 136 | 67 |
| Binary | 11111000 | 11100000 | 100001 | 0 | 1010 | 1010111 | 11 | 110101 | 1011110 | 110111 |
Color Harmonies of #F8E021
Complementary color
Monochromatic Colors of #F8E021
Black with #F8E021
Text Example
Text Example
White with #F8E021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E021; }
p { color: rgb(248,224,33); }
H1.HeaderClassName
{
color: #F8E021;
}
.AnyTagClassName
{
color: #F8E021;
}
</style>
background-color css
<style>
a { background-color: #F8E021; }
a { background-color: rgb(248,224,33); }
div.DivClassName
{
background-color: #F8E021;
}
.BgClassName
{
background-color: #F8E021;
}
</style>
border-color css
<style>
span { border-color: #F8E021; }
span { border-color: rgb(248,224,33); }
td.TdClassName
{
border-color: #F8E021;
}
.TagClassName
{
border-color: #F8E021;
}
</style>