Shades of Lemon #FEE21B
Tints of Lemon #FEE21B
RGB
CMYK
RGB Variations
Color information
#FEE21B (or 0xFEE21B) is known color: Lemon. HEX triplet: FE, E2 and 1B. RGB value is (254,226,27). Sum of RGB (Red+Green+Blue) = 254+226+27=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 27 (10.94% from 255 or 5.33% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE21B is #011DE4. Grayscale: #D4D4D4. Windows color (decimal): -73189 or 1827582. OLE color: 1827582.
HSL color Cylindrical-coordinate representation of color #FEE21B: hue angle of 52.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEE21B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.00 |
| HSL | 52.6º | 0.99% | 0.55% | - |
| HSV(B) | 52.6º | 0.89% | 1% | - |
| XYZ | 68.27 | 75.54 | 12.02 | - |
| YUV | 211.69 | 23.78 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 27 | 0 | 0.11 | 0.89 | 0.00 | 52.6 | 0.99 | 0.55 |
| Hex | FE | E2 | 1B | 0 | B | 59 | 0 | 35 | 63 | 37 |
| Octal | 376 | 342 | 33 | 0 | 13 | 131 | 0 | 65 | 143 | 67 |
| Binary | 11111110 | 11100010 | 11011 | 0 | 1011 | 1011001 | 0 | 110101 | 1100011 | 110111 |
Color Harmonies of #FEE21B
Complementary color
Monochromatic Colors of #FEE21B
Black with #FEE21B
Text Example
Text Example
White with #FEE21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE21B; }
p { color: rgb(254,226,27); }
H1.HeaderClassName
{
color: #FEE21B;
}
.AnyTagClassName
{
color: #FEE21B;
}
</style>
background-color css
<style>
a { background-color: #FEE21B; }
a { background-color: rgb(254,226,27); }
div.DivClassName
{
background-color: #FEE21B;
}
.BgClassName
{
background-color: #FEE21B;
}
</style>
border-color css
<style>
span { border-color: #FEE21B; }
span { border-color: rgb(254,226,27); }
td.TdClassName
{
border-color: #FEE21B;
}
.TagClassName
{
border-color: #FEE21B;
}
</style>