Shades of Lemon #FEF91B
Tints of Lemon #FEF91B
RGB
CMYK
RGB Variations
Color information
#FEF91B (or 0xFEF91B) is known color: Lemon. HEX triplet: FE, F9 and 1B. RGB value is (254,249,27). Sum of RGB (Red+Green+Blue) = 254+249+27=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 27 (10.94% from 255 or 5.09% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF91B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF91B is #0106E4. Grayscale: #E2E2E2. Windows color (decimal): -67301 or 1833470. OLE color: 1833470.
HSL color Cylindrical-coordinate representation of color #FEF91B: hue angle of 58.68º 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 #FEF91B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 27 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.00 |
| HSL | 58.68º | 0.99% | 0.55% | - |
| HSV(B) | 58.68º | 0.89% | 1% | - |
| XYZ | 74.95 | 88.9 | 14.25 | - |
| YUV | 225.19 | 16.16 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 27 | 0 | 0.02 | 0.89 | 0.00 | 58.68 | 0.99 | 0.55 |
| Hex | FE | F9 | 1B | 0 | 2 | 59 | 0 | 3B | 63 | 37 |
| Octal | 376 | 371 | 33 | 0 | 2 | 131 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111001 | 11011 | 0 | 10 | 1011001 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEF91B
Complementary color
Monochromatic Colors of #FEF91B
Black with #FEF91B
Text Example
Text Example
White with #FEF91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF91B; }
p { color: rgb(254,249,27); }
H1.HeaderClassName
{
color: #FEF91B;
}
.AnyTagClassName
{
color: #FEF91B;
}
</style>
background-color css
<style>
a { background-color: #FEF91B; }
a { background-color: rgb(254,249,27); }
div.DivClassName
{
background-color: #FEF91B;
}
.BgClassName
{
background-color: #FEF91B;
}
</style>
border-color css
<style>
span { border-color: #FEF91B; }
span { border-color: rgb(254,249,27); }
td.TdClassName
{
border-color: #FEF91B;
}
.TagClassName
{
border-color: #FEF91B;
}
</style>