Shades of Lemon #FEF71E
Tints of Lemon #FEF71E
RGB
CMYK
RGB Variations
Color information
#FEF71E (or 0xFEF71E) is known color: Lemon. HEX triplet: FE, F7 and 1E. RGB value is (254,247,30). Sum of RGB (Red+Green+Blue) = 254+247+30=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 30 (12.11% from 255 or 5.65% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF71E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF71E is #0108E1. Grayscale: #E1E1E1. Windows color (decimal): -67810 or 2029566. OLE color: 2029566.
HSL color Cylindrical-coordinate representation of color #FEF71E: hue angle of 58.12º 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 #FEF71E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 30 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.00 |
| HSL | 58.13º | 0.99% | 0.56% | - |
| HSV(B) | 58.13º | 0.88% | 1% | - |
| XYZ | 74.37 | 87.69 | 14.23 | - |
| YUV | 224.36 | 18.32 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 30 | 0 | 0.03 | 0.88 | 0.00 | 58.13 | 0.99 | 0.56 |
| Hex | FE | F7 | 1E | 0 | 3 | 58 | 0 | 3A | 63 | 38 |
| Octal | 376 | 367 | 36 | 0 | 3 | 130 | 0 | 72 | 143 | 70 |
| Binary | 11111110 | 11110111 | 11110 | 0 | 11 | 1011000 | 0 | 111010 | 1100011 | 111000 |
Color Harmonies of #FEF71E
Complementary color
Monochromatic Colors of #FEF71E
Black with #FEF71E
Text Example
Text Example
White with #FEF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF71E; }
p { color: rgb(254,247,30); }
H1.HeaderClassName
{
color: #FEF71E;
}
.AnyTagClassName
{
color: #FEF71E;
}
</style>
background-color css
<style>
a { background-color: #FEF71E; }
a { background-color: rgb(254,247,30); }
div.DivClassName
{
background-color: #FEF71E;
}
.BgClassName
{
background-color: #FEF71E;
}
</style>
border-color css
<style>
span { border-color: #FEF71E; }
span { border-color: rgb(254,247,30); }
td.TdClassName
{
border-color: #FEF71E;
}
.TagClassName
{
border-color: #FEF71E;
}
</style>