Shades of Lemon #FEE71A
Tints of Lemon #FEE71A
RGB
CMYK
RGB Variations
Color information
#FEE71A (or 0xFEE71A) is known color: Lemon. HEX triplet: FE, E7 and 1A. RGB value is (254,231,26). Sum of RGB (Red+Green+Blue) = 254+231+26=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 26 (10.55% from 255 or 5.09% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE71A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE71A is #0118E5. Grayscale: #D7D7D7. Windows color (decimal): -71910 or 1763326. OLE color: 1763326.
HSL color Cylindrical-coordinate representation of color #FEE71A: hue angle of 53.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEE71A is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 26 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.00 |
| HSL | 53.95º | 0.99% | 0.55% | - |
| HSV(B) | 53.95º | 0.9% | 1% | - |
| XYZ | 69.64 | 78.3 | 12.42 | - |
| YUV | 214.51 | 21.62 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 26 | 0 | 0.09 | 0.90 | 0.00 | 53.95 | 0.99 | 0.55 |
| Hex | FE | E7 | 1A | 0 | 9 | 5A | 0 | 36 | 63 | 37 |
| Octal | 376 | 347 | 32 | 0 | 11 | 132 | 0 | 66 | 143 | 67 |
| Binary | 11111110 | 11100111 | 11010 | 0 | 1001 | 1011010 | 0 | 110110 | 1100011 | 110111 |
Color Harmonies of #FEE71A
Complementary color
Monochromatic Colors of #FEE71A
Black with #FEE71A
Text Example
Text Example
White with #FEE71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE71A; }
p { color: rgb(254,231,26); }
H1.HeaderClassName
{
color: #FEE71A;
}
.AnyTagClassName
{
color: #FEE71A;
}
</style>
background-color css
<style>
a { background-color: #FEE71A; }
a { background-color: rgb(254,231,26); }
div.DivClassName
{
background-color: #FEE71A;
}
.BgClassName
{
background-color: #FEE71A;
}
</style>
border-color css
<style>
span { border-color: #FEE71A; }
span { border-color: rgb(254,231,26); }
td.TdClassName
{
border-color: #FEE71A;
}
.TagClassName
{
border-color: #FEE71A;
}
</style>