Shades of Lemon #FEE720
Tints of Lemon #FEE720
RGB
CMYK
RGB Variations
Color information
#FEE720 (or 0xFEE720) is known color: Lemon. HEX triplet: FE, E7 and 20. RGB value is (254,231,32). Sum of RGB (Red+Green+Blue) = 254+231+32=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 32 (12.89% from 255 or 6.19% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE720 is #0118DF. Grayscale: #D8D8D8. Windows color (decimal): -71904 or 2156542. OLE color: 2156542.
HSL color Cylindrical-coordinate representation of color #FEE720: hue angle of 53.78º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEE720 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 32 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.00 |
| HSL | 53.78º | 0.99% | 0.56% | - |
| HSV(B) | 53.78º | 0.87% | 1% | - |
| XYZ | 69.71 | 78.33 | 12.81 | - |
| YUV | 215.19 | 24.62 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 32 | 0 | 0.09 | 0.87 | 0.00 | 53.78 | 0.99 | 0.56 |
| Hex | FE | E7 | 20 | 0 | 9 | 57 | 0 | 36 | 63 | 38 |
| Octal | 376 | 347 | 40 | 0 | 11 | 127 | 0 | 66 | 143 | 70 |
| Binary | 11111110 | 11100111 | 100000 | 0 | 1001 | 1010111 | 0 | 110110 | 1100011 | 111000 |
Color Harmonies of #FEE720
Complementary color
Monochromatic Colors of #FEE720
Black with #FEE720
Text Example
Text Example
White with #FEE720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE720; }
p { color: rgb(254,231,32); }
H1.HeaderClassName
{
color: #FEE720;
}
.AnyTagClassName
{
color: #FEE720;
}
</style>
background-color css
<style>
a { background-color: #FEE720; }
a { background-color: rgb(254,231,32); }
div.DivClassName
{
background-color: #FEE720;
}
.BgClassName
{
background-color: #FEE720;
}
</style>
border-color css
<style>
span { border-color: #FEE720; }
span { border-color: rgb(254,231,32); }
td.TdClassName
{
border-color: #FEE720;
}
.TagClassName
{
border-color: #FEE720;
}
</style>