Shades of Lemon #F5E21B
Tints of Lemon #F5E21B
RGB
CMYK
RGB Variations
Color information
#F5E21B (or 0xF5E21B) is known color: Lemon. HEX triplet: F5, E2 and 1B. RGB value is (245,226,27). Sum of RGB (Red+Green+Blue) = 245+226+27=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 27 (10.94% from 255 or 5.42% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E21B is #0A1DE4. Grayscale: #D1D1D1. Windows color (decimal): -663013 or 1827573. OLE color: 1827573.
HSL color Cylindrical-coordinate representation of color #F5E21B: hue angle of 54.77º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5E21B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 27 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.04 |
| HSL | 54.77º | 0.92% | 0.53% | - |
| HSV(B) | 54.77º | 0.89% | 0.96% | - |
| XYZ | 65.05 | 73.88 | 11.87 | - |
| YUV | 209 | 25.29 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 27 | 0 | 0.08 | 0.89 | 0.04 | 54.77 | 0.92 | 0.53 |
| Hex | F5 | E2 | 1B | 0 | 8 | 59 | 4 | 37 | 5C | 35 |
| Octal | 365 | 342 | 33 | 0 | 10 | 131 | 4 | 67 | 134 | 65 |
| Binary | 11110101 | 11100010 | 11011 | 0 | 1000 | 1011001 | 100 | 110111 | 1011100 | 110101 |
Color Harmonies of #F5E21B
Complementary color
Monochromatic Colors of #F5E21B
Black with #F5E21B
Text Example
Text Example
White with #F5E21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E21B; }
p { color: rgb(245,226,27); }
H1.HeaderClassName
{
color: #F5E21B;
}
.AnyTagClassName
{
color: #F5E21B;
}
</style>
background-color css
<style>
a { background-color: #F5E21B; }
a { background-color: rgb(245,226,27); }
div.DivClassName
{
background-color: #F5E21B;
}
.BgClassName
{
background-color: #F5E21B;
}
</style>
border-color css
<style>
span { border-color: #F5E21B; }
span { border-color: rgb(245,226,27); }
td.TdClassName
{
border-color: #F5E21B;
}
.TagClassName
{
border-color: #F5E21B;
}
</style>