Shades of Lemon #FEFA13
Tints of Lemon #FEFA13
RGB
CMYK
RGB Variations
Color information
#FEFA13 (or 0xFEFA13) is known color: Lemon. HEX triplet: FE, FA and 13. RGB value is (254,250,19). Sum of RGB (Red+Green+Blue) = 254+250+19=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 19 (7.81% from 255 or 3.63% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA13 is #0105EC. Grayscale: #E1E1E1. Windows color (decimal): -67053 or 1309438. OLE color: 1309438.
HSL color Cylindrical-coordinate representation of color #FEFA13: hue angle of 58.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEFA13 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 19 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.00 |
| HSL | 58.98º | 0.99% | 0.54% | - |
| HSV(B) | 58.98º | 0.93% | 1% | - |
| XYZ | 75.18 | 89.49 | 13.93 | - |
| YUV | 224.86 | 11.83 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 19 | 0 | 0.02 | 0.93 | 0.00 | 58.98 | 0.99 | 0.54 |
| Hex | FE | FA | 13 | 0 | 2 | 5D | 0 | 3B | 63 | 36 |
| Octal | 376 | 372 | 23 | 0 | 2 | 135 | 0 | 73 | 143 | 66 |
| Binary | 11111110 | 11111010 | 10011 | 0 | 10 | 1011101 | 0 | 111011 | 1100011 | 110110 |
Color Harmonies of #FEFA13
Complementary color
Monochromatic Colors of #FEFA13
Black with #FEFA13
Text Example
Text Example
White with #FEFA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA13; }
p { color: rgb(254,250,19); }
H1.HeaderClassName
{
color: #FEFA13;
}
.AnyTagClassName
{
color: #FEFA13;
}
</style>
background-color css
<style>
a { background-color: #FEFA13; }
a { background-color: rgb(254,250,19); }
div.DivClassName
{
background-color: #FEFA13;
}
.BgClassName
{
background-color: #FEFA13;
}
</style>
border-color css
<style>
span { border-color: #FEFA13; }
span { border-color: rgb(254,250,19); }
td.TdClassName
{
border-color: #FEFA13;
}
.TagClassName
{
border-color: #FEFA13;
}
</style>