Shades of Lemon #FEFA16
Tints of Lemon #FEFA16
RGB
CMYK
RGB Variations
Color information
#FEFA16 (or 0xFEFA16) is known color: Lemon. HEX triplet: FE, FA and 16. RGB value is (254,250,22). Sum of RGB (Red+Green+Blue) = 254+250+22=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 22 (8.98% from 255 or 4.18% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA16 is #0105E9. Grayscale: #E2E2E2. Windows color (decimal): -67050 or 1506046. OLE color: 1506046.
HSL color Cylindrical-coordinate representation of color #FEFA16: hue angle of 58.97º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEFA16 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.00 |
| HSL | 58.97º | 0.99% | 0.54% | - |
| HSV(B) | 58.97º | 0.91% | 1% | - |
| XYZ | 75.2 | 89.5 | 14.07 | - |
| YUV | 225.2 | 13.33 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 22 | 0 | 0.02 | 0.91 | 0.00 | 58.97 | 0.99 | 0.54 |
| Hex | FE | FA | 16 | 0 | 2 | 5B | 0 | 3B | 63 | 36 |
| Octal | 376 | 372 | 26 | 0 | 2 | 133 | 0 | 73 | 143 | 66 |
| Binary | 11111110 | 11111010 | 10110 | 0 | 10 | 1011011 | 0 | 111011 | 1100011 | 110110 |
Color Harmonies of #FEFA16
Complementary color
Monochromatic Colors of #FEFA16
Black with #FEFA16
Text Example
Text Example
White with #FEFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA16; }
p { color: rgb(254,250,22); }
H1.HeaderClassName
{
color: #FEFA16;
}
.AnyTagClassName
{
color: #FEFA16;
}
</style>
background-color css
<style>
a { background-color: #FEFA16; }
a { background-color: rgb(254,250,22); }
div.DivClassName
{
background-color: #FEFA16;
}
.BgClassName
{
background-color: #FEFA16;
}
</style>
border-color css
<style>
span { border-color: #FEFA16; }
span { border-color: rgb(254,250,22); }
td.TdClassName
{
border-color: #FEFA16;
}
.TagClassName
{
border-color: #FEFA16;
}
</style>