Shades of Lemon #FEF40B
Tints of Lemon #FEF40B
RGB
CMYK
RGB Variations
Color information
#FEF40B (or 0xFEF40B) is known color: Lemon. HEX triplet: FE, F4 and 0B. RGB value is (254,244,11). Sum of RGB (Red+Green+Blue) = 254+244+11=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 11 (4.69% from 255 or 2.16% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF40B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF40B is #010BF4. Grayscale: #DDDDDD. Windows color (decimal): -68597 or 783614. OLE color: 783614.
HSL color Cylindrical-coordinate representation of color #FEF40B: hue angle of 57.53º 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 #FEF40B is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 11 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.00 |
| HSL | 57.53º | 0.99% | 0.52% | - |
| HSV(B) | 57.53º | 0.96% | 1% | - |
| XYZ | 73.28 | 85.8 | 13.01 | - |
| YUV | 220.43 | 9.81 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 11 | 0 | 0.04 | 0.96 | 0.00 | 57.53 | 0.99 | 0.52 |
| Hex | FE | F4 | B | 0 | 4 | 60 | 0 | 3A | 63 | 34 |
| Octal | 376 | 364 | 13 | 0 | 4 | 140 | 0 | 72 | 143 | 64 |
| Binary | 11111110 | 11110100 | 1011 | 0 | 100 | 1100000 | 0 | 111010 | 1100011 | 110100 |
Color Harmonies of #FEF40B
Complementary color
Monochromatic Colors of #FEF40B
Black with #FEF40B
Text Example
Text Example
White with #FEF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF40B; }
p { color: rgb(254,244,11); }
H1.HeaderClassName
{
color: #FEF40B;
}
.AnyTagClassName
{
color: #FEF40B;
}
</style>
background-color css
<style>
a { background-color: #FEF40B; }
a { background-color: rgb(254,244,11); }
div.DivClassName
{
background-color: #FEF40B;
}
.BgClassName
{
background-color: #FEF40B;
}
</style>
border-color css
<style>
span { border-color: #FEF40B; }
span { border-color: rgb(254,244,11); }
td.TdClassName
{
border-color: #FEF40B;
}
.TagClassName
{
border-color: #FEF40B;
}
</style>