Shades of Lemon #FEE71F
Tints of Lemon #FEE71F
RGB
CMYK
RGB Variations
Color information
#FEE71F (or 0xFEE71F) is known color: Lemon. HEX triplet: FE, E7 and 1F. RGB value is (254,231,31). Sum of RGB (Red+Green+Blue) = 254+231+31=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 31 (12.5% from 255 or 6.01% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE71F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE71F is #0118E0. Grayscale: #D7D7D7. Windows color (decimal): -71905 or 2091006. OLE color: 2091006.
HSL color Cylindrical-coordinate representation of color #FEE71F: hue angle of 53.81º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEE71F is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 31 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.00 |
| HSL | 53.81º | 0.99% | 0.56% | - |
| HSV(B) | 53.81º | 0.88% | 1% | - |
| XYZ | 69.7 | 78.32 | 12.74 | - |
| YUV | 215.08 | 24.12 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 31 | 0 | 0.09 | 0.88 | 0.00 | 53.81 | 0.99 | 0.56 |
| Hex | FE | E7 | 1F | 0 | 9 | 58 | 0 | 36 | 63 | 38 |
| Octal | 376 | 347 | 37 | 0 | 11 | 130 | 0 | 66 | 143 | 70 |
| Binary | 11111110 | 11100111 | 11111 | 0 | 1001 | 1011000 | 0 | 110110 | 1100011 | 111000 |
Color Harmonies of #FEE71F
Complementary color
Monochromatic Colors of #FEE71F
Black with #FEE71F
Text Example
Text Example
White with #FEE71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE71F; }
p { color: rgb(254,231,31); }
H1.HeaderClassName
{
color: #FEE71F;
}
.AnyTagClassName
{
color: #FEE71F;
}
</style>
background-color css
<style>
a { background-color: #FEE71F; }
a { background-color: rgb(254,231,31); }
div.DivClassName
{
background-color: #FEE71F;
}
.BgClassName
{
background-color: #FEE71F;
}
</style>
border-color css
<style>
span { border-color: #FEE71F; }
span { border-color: rgb(254,231,31); }
td.TdClassName
{
border-color: #FEE71F;
}
.TagClassName
{
border-color: #FEE71F;
}
</style>