Shades of Lemon #FEF020
Tints of Lemon #FEF020
RGB
CMYK
RGB Variations
Color information
#FEF020 (or 0xFEF020) is known color: Lemon. HEX triplet: FE, F0 and 20. RGB value is (254,240,32). Sum of RGB (Red+Green+Blue) = 254+240+32=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 32 (12.89% from 255 or 6.08% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF020 is #010FDF. Grayscale: #DDDDDD. Windows color (decimal): -69600 or 2158846. OLE color: 2158846.
HSL color Cylindrical-coordinate representation of color #FEF020: hue angle of 56.22º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEF020 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 32 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.00 |
| HSL | 56.22º | 0.99% | 0.56% | - |
| HSV(B) | 56.22º | 0.87% | 1% | - |
| XYZ | 72.29 | 83.5 | 13.67 | - |
| YUV | 220.47 | 21.64 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 32 | 0 | 0.06 | 0.87 | 0.00 | 56.22 | 0.99 | 0.56 |
| Hex | FE | F0 | 20 | 0 | 6 | 57 | 0 | 38 | 63 | 38 |
| Octal | 376 | 360 | 40 | 0 | 6 | 127 | 0 | 70 | 143 | 70 |
| Binary | 11111110 | 11110000 | 100000 | 0 | 110 | 1010111 | 0 | 111000 | 1100011 | 111000 |
Color Harmonies of #FEF020
Complementary color
Monochromatic Colors of #FEF020
Black with #FEF020
Text Example
Text Example
White with #FEF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF020; }
p { color: rgb(254,240,32); }
H1.HeaderClassName
{
color: #FEF020;
}
.AnyTagClassName
{
color: #FEF020;
}
</style>
background-color css
<style>
a { background-color: #FEF020; }
a { background-color: rgb(254,240,32); }
div.DivClassName
{
background-color: #FEF020;
}
.BgClassName
{
background-color: #FEF020;
}
</style>
border-color css
<style>
span { border-color: #FEF020; }
span { border-color: rgb(254,240,32); }
td.TdClassName
{
border-color: #FEF020;
}
.TagClassName
{
border-color: #FEF020;
}
</style>