Shades of Lemon #FEF01D
Tints of Lemon #FEF01D
RGB
CMYK
RGB Variations
Color information
#FEF01D (or 0xFEF01D) is known color: Lemon. HEX triplet: FE, F0 and 1D. RGB value is (254,240,29). Sum of RGB (Red+Green+Blue) = 254+240+29=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 29 (11.72% from 255 or 5.54% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF01D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF01D is #010FE2. Grayscale: #DCDCDC. Windows color (decimal): -69603 or 1962238. OLE color: 1962238.
HSL color Cylindrical-coordinate representation of color #FEF01D: hue angle of 56.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEF01D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 29 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.00 |
| HSL | 56.27º | 0.99% | 0.55% | - |
| HSV(B) | 56.27º | 0.89% | 1% | - |
| XYZ | 72.25 | 83.48 | 13.47 | - |
| YUV | 220.13 | 20.14 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 29 | 0 | 0.06 | 0.89 | 0.00 | 56.27 | 0.99 | 0.55 |
| Hex | FE | F0 | 1D | 0 | 6 | 59 | 0 | 38 | 63 | 37 |
| Octal | 376 | 360 | 35 | 0 | 6 | 131 | 0 | 70 | 143 | 67 |
| Binary | 11111110 | 11110000 | 11101 | 0 | 110 | 1011001 | 0 | 111000 | 1100011 | 110111 |
Color Harmonies of #FEF01D
Complementary color
Monochromatic Colors of #FEF01D
Black with #FEF01D
Text Example
Text Example
White with #FEF01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF01D; }
p { color: rgb(254,240,29); }
H1.HeaderClassName
{
color: #FEF01D;
}
.AnyTagClassName
{
color: #FEF01D;
}
</style>
background-color css
<style>
a { background-color: #FEF01D; }
a { background-color: rgb(254,240,29); }
div.DivClassName
{
background-color: #FEF01D;
}
.BgClassName
{
background-color: #FEF01D;
}
</style>
border-color css
<style>
span { border-color: #FEF01D; }
span { border-color: rgb(254,240,29); }
td.TdClassName
{
border-color: #FEF01D;
}
.TagClassName
{
border-color: #FEF01D;
}
</style>