Shades of Lemon #FEF71B
Tints of Lemon #FEF71B
RGB
CMYK
RGB Variations
Color information
#FEF71B (or 0xFEF71B) is known color: Lemon. HEX triplet: FE, F7 and 1B. RGB value is (254,247,27). Sum of RGB (Red+Green+Blue) = 254+247+27=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 27 (10.94% from 255 or 5.11% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF71B is #0108E4. Grayscale: #E0E0E0. Windows color (decimal): -67813 or 1832958. OLE color: 1832958.
HSL color Cylindrical-coordinate representation of color #FEF71B: hue angle of 58.15º 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 #FEF71B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.00 |
| HSL | 58.15º | 0.99% | 0.55% | - |
| HSV(B) | 58.15º | 0.89% | 1% | - |
| XYZ | 74.33 | 87.67 | 14.04 | - |
| YUV | 224.01 | 16.82 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 27 | 0 | 0.03 | 0.89 | 0.00 | 58.15 | 0.99 | 0.55 |
| Hex | FE | F7 | 1B | 0 | 3 | 59 | 0 | 3A | 63 | 37 |
| Octal | 376 | 367 | 33 | 0 | 3 | 131 | 0 | 72 | 143 | 67 |
| Binary | 11111110 | 11110111 | 11011 | 0 | 11 | 1011001 | 0 | 111010 | 1100011 | 110111 |
Color Harmonies of #FEF71B
Complementary color
Monochromatic Colors of #FEF71B
Black with #FEF71B
Text Example
Text Example
White with #FEF71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF71B; }
p { color: rgb(254,247,27); }
H1.HeaderClassName
{
color: #FEF71B;
}
.AnyTagClassName
{
color: #FEF71B;
}
</style>
background-color css
<style>
a { background-color: #FEF71B; }
a { background-color: rgb(254,247,27); }
div.DivClassName
{
background-color: #FEF71B;
}
.BgClassName
{
background-color: #FEF71B;
}
</style>
border-color css
<style>
span { border-color: #FEF71B; }
span { border-color: rgb(254,247,27); }
td.TdClassName
{
border-color: #FEF71B;
}
.TagClassName
{
border-color: #FEF71B;
}
</style>