Shades of Lemon #FEE71B
Tints of Lemon #FEE71B
RGB
CMYK
RGB Variations
Color information
#FEE71B (or 0xFEE71B) is known color: Lemon. HEX triplet: FE, E7 and 1B. RGB value is (254,231,27). Sum of RGB (Red+Green+Blue) = 254+231+27=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 27 (10.94% from 255 or 5.27% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE71B is #0118E4. Grayscale: #D7D7D7. Windows color (decimal): -71909 or 1828862. OLE color: 1828862.
HSL color Cylindrical-coordinate representation of color #FEE71B: hue angle of 53.92º 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 #FEE71B is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 27 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.00 |
| HSL | 53.92º | 0.99% | 0.55% | - |
| HSV(B) | 53.92º | 0.89% | 1% | - |
| XYZ | 69.65 | 78.3 | 12.48 | - |
| YUV | 214.62 | 22.12 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 27 | 0 | 0.09 | 0.89 | 0.00 | 53.92 | 0.99 | 0.55 |
| Hex | FE | E7 | 1B | 0 | 9 | 59 | 0 | 36 | 63 | 37 |
| Octal | 376 | 347 | 33 | 0 | 11 | 131 | 0 | 66 | 143 | 67 |
| Binary | 11111110 | 11100111 | 11011 | 0 | 1001 | 1011001 | 0 | 110110 | 1100011 | 110111 |
Color Harmonies of #FEE71B
Complementary color
Monochromatic Colors of #FEE71B
Black with #FEE71B
Text Example
Text Example
White with #FEE71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE71B; }
p { color: rgb(254,231,27); }
H1.HeaderClassName
{
color: #FEE71B;
}
.AnyTagClassName
{
color: #FEE71B;
}
</style>
background-color css
<style>
a { background-color: #FEE71B; }
a { background-color: rgb(254,231,27); }
div.DivClassName
{
background-color: #FEE71B;
}
.BgClassName
{
background-color: #FEE71B;
}
</style>
border-color css
<style>
span { border-color: #FEE71B; }
span { border-color: rgb(254,231,27); }
td.TdClassName
{
border-color: #FEE71B;
}
.TagClassName
{
border-color: #FEE71B;
}
</style>