Shades of Lemon #FEF81B
Tints of Lemon #FEF81B
RGB
CMYK
RGB Variations
Color information
#FEF81B (or 0xFEF81B) is known color: Lemon. HEX triplet: FE, F8 and 1B. RGB value is (254,248,27). Sum of RGB (Red+Green+Blue) = 254+248+27=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 27 (10.94% from 255 or 5.10% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF81B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF81B is #0107E4. Grayscale: #E1E1E1. Windows color (decimal): -67557 or 1833214. OLE color: 1833214.
HSL color Cylindrical-coordinate representation of color #FEF81B: hue angle of 58.41º 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 #FEF81B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 27 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.00 |
| HSL | 58.41º | 0.99% | 0.55% | - |
| HSV(B) | 58.41º | 0.89% | 1% | - |
| XYZ | 74.64 | 88.28 | 14.14 | - |
| YUV | 224.6 | 16.49 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 27 | 0 | 0.02 | 0.89 | 0.00 | 58.41 | 0.99 | 0.55 |
| Hex | FE | F8 | 1B | 0 | 2 | 59 | 0 | 3A | 63 | 37 |
| Octal | 376 | 370 | 33 | 0 | 2 | 131 | 0 | 72 | 143 | 67 |
| Binary | 11111110 | 11111000 | 11011 | 0 | 10 | 1011001 | 0 | 111010 | 1100011 | 110111 |
Color Harmonies of #FEF81B
Complementary color
Monochromatic Colors of #FEF81B
Black with #FEF81B
Text Example
Text Example
White with #FEF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF81B; }
p { color: rgb(254,248,27); }
H1.HeaderClassName
{
color: #FEF81B;
}
.AnyTagClassName
{
color: #FEF81B;
}
</style>
background-color css
<style>
a { background-color: #FEF81B; }
a { background-color: rgb(254,248,27); }
div.DivClassName
{
background-color: #FEF81B;
}
.BgClassName
{
background-color: #FEF81B;
}
</style>
border-color css
<style>
span { border-color: #FEF81B; }
span { border-color: rgb(254,248,27); }
td.TdClassName
{
border-color: #FEF81B;
}
.TagClassName
{
border-color: #FEF81B;
}
</style>