Shades of Lemon #FEF50B
Tints of Lemon #FEF50B
RGB
CMYK
RGB Variations
Color information
#FEF50B (or 0xFEF50B) is known color: Lemon. HEX triplet: FE, F5 and 0B. RGB value is (254,245,11). Sum of RGB (Red+Green+Blue) = 254+245+11=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 11 (4.69% from 255 or 2.16% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF50B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF50B is #010AF4. Grayscale: #DDDDDD. Windows color (decimal): -68341 or 783870. OLE color: 783870.
HSL color Cylindrical-coordinate representation of color #FEF50B: hue angle of 57.78º 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 #FEF50B is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 11 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.00 |
| HSL | 57.78º | 0.99% | 0.52% | - |
| HSV(B) | 57.78º | 0.96% | 1% | - |
| XYZ | 73.59 | 86.4 | 13.12 | - |
| YUV | 221.02 | 9.48 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 11 | 0 | 0.04 | 0.96 | 0.00 | 57.78 | 0.99 | 0.52 |
| Hex | FE | F5 | B | 0 | 4 | 60 | 0 | 3A | 63 | 34 |
| Octal | 376 | 365 | 13 | 0 | 4 | 140 | 0 | 72 | 143 | 64 |
| Binary | 11111110 | 11110101 | 1011 | 0 | 100 | 1100000 | 0 | 111010 | 1100011 | 110100 |
Color Harmonies of #FEF50B
Complementary color
Monochromatic Colors of #FEF50B
Black with #FEF50B
Text Example
Text Example
White with #FEF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF50B; }
p { color: rgb(254,245,11); }
H1.HeaderClassName
{
color: #FEF50B;
}
.AnyTagClassName
{
color: #FEF50B;
}
</style>
background-color css
<style>
a { background-color: #FEF50B; }
a { background-color: rgb(254,245,11); }
div.DivClassName
{
background-color: #FEF50B;
}
.BgClassName
{
background-color: #FEF50B;
}
</style>
border-color css
<style>
span { border-color: #FEF50B; }
span { border-color: rgb(254,245,11); }
td.TdClassName
{
border-color: #FEF50B;
}
.TagClassName
{
border-color: #FEF50B;
}
</style>