Shades of Lemon #FEFA17
Tints of Lemon #FEFA17
RGB
CMYK
RGB Variations
Color information
#FEFA17 (or 0xFEFA17) is known color: Lemon. HEX triplet: FE, FA and 17. RGB value is (254,250,23). Sum of RGB (Red+Green+Blue) = 254+250+23=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 23 (9.38% from 255 or 4.36% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA17 is #0105E8. Grayscale: #E2E2E2. Windows color (decimal): -67049 or 1571582. OLE color: 1571582.
HSL color Cylindrical-coordinate representation of color #FEFA17: hue angle of 58.96º 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 #FEFA17 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 23 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.00 |
| HSL | 58.96º | 0.99% | 0.54% | - |
| HSV(B) | 58.96º | 0.91% | 1% | - |
| XYZ | 75.21 | 89.5 | 14.12 | - |
| YUV | 225.32 | 13.83 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 23 | 0 | 0.02 | 0.91 | 0.00 | 58.96 | 0.99 | 0.54 |
| Hex | FE | FA | 17 | 0 | 2 | 5B | 0 | 3B | 63 | 36 |
| Octal | 376 | 372 | 27 | 0 | 2 | 133 | 0 | 73 | 143 | 66 |
| Binary | 11111110 | 11111010 | 10111 | 0 | 10 | 1011011 | 0 | 111011 | 1100011 | 110110 |
Color Harmonies of #FEFA17
Complementary color
Monochromatic Colors of #FEFA17
Black with #FEFA17
Text Example
Text Example
White with #FEFA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA17; }
p { color: rgb(254,250,23); }
H1.HeaderClassName
{
color: #FEFA17;
}
.AnyTagClassName
{
color: #FEFA17;
}
</style>
background-color css
<style>
a { background-color: #FEFA17; }
a { background-color: rgb(254,250,23); }
div.DivClassName
{
background-color: #FEFA17;
}
.BgClassName
{
background-color: #FEFA17;
}
</style>
border-color css
<style>
span { border-color: #FEFA17; }
span { border-color: rgb(254,250,23); }
td.TdClassName
{
border-color: #FEFA17;
}
.TagClassName
{
border-color: #FEFA17;
}
</style>