Shades of Lemon #FEF20A
Tints of Lemon #FEF20A
RGB
CMYK
RGB Variations
Color information
#FEF20A (or 0xFEF20A) is known color: Lemon. HEX triplet: FE, F2 and 0A. RGB value is (254,242,10). Sum of RGB (Red+Green+Blue) = 254+242+10=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 10 (4.30% from 255 or 1.98% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF20A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF20A is #010DF5. Grayscale: #DCDCDC. Windows color (decimal): -69110 or 717566. OLE color: 717566.
HSL color Cylindrical-coordinate representation of color #FEF20A: hue angle of 57.05º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEF20A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.00 |
| HSL | 57.05º | 0.99% | 0.52% | - |
| HSV(B) | 57.05º | 0.96% | 1% | - |
| XYZ | 72.68 | 84.6 | 12.79 | - |
| YUV | 219.14 | 9.98 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 10 | 0 | 0.05 | 0.96 | 0.00 | 57.05 | 0.99 | 0.52 |
| Hex | FE | F2 | A | 0 | 5 | 60 | 0 | 39 | 63 | 34 |
| Octal | 376 | 362 | 12 | 0 | 5 | 140 | 0 | 71 | 143 | 64 |
| Binary | 11111110 | 11110010 | 1010 | 0 | 101 | 1100000 | 0 | 111001 | 1100011 | 110100 |
Color Harmonies of #FEF20A
Complementary color
Monochromatic Colors of #FEF20A
Black with #FEF20A
Text Example
Text Example
White with #FEF20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF20A; }
p { color: rgb(254,242,10); }
H1.HeaderClassName
{
color: #FEF20A;
}
.AnyTagClassName
{
color: #FEF20A;
}
</style>
background-color css
<style>
a { background-color: #FEF20A; }
a { background-color: rgb(254,242,10); }
div.DivClassName
{
background-color: #FEF20A;
}
.BgClassName
{
background-color: #FEF20A;
}
</style>
border-color css
<style>
span { border-color: #FEF20A; }
span { border-color: rgb(254,242,10); }
td.TdClassName
{
border-color: #FEF20A;
}
.TagClassName
{
border-color: #FEF20A;
}
</style>