Shades of Lemon #FEF30E
Tints of Lemon #FEF30E
RGB
CMYK
RGB Variations
Color information
#FEF30E (or 0xFEF30E) is known color: Lemon. HEX triplet: FE, F3 and 0E. RGB value is (254,243,14). Sum of RGB (Red+Green+Blue) = 254+243+14=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 14 (5.86% from 255 or 2.74% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF30E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF30E is #010CF1. Grayscale: #DDDDDD. Windows color (decimal): -68850 or 979966. OLE color: 979966.
HSL color Cylindrical-coordinate representation of color #FEF30E: hue angle of 57.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEF30E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.00 |
| HSL | 57.25º | 0.99% | 0.53% | - |
| HSV(B) | 57.25º | 0.94% | 1% | - |
| XYZ | 73 | 85.2 | 13.01 | - |
| YUV | 220.18 | 11.64 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 14 | 0 | 0.04 | 0.94 | 0.00 | 57.25 | 0.99 | 0.53 |
| Hex | FE | F3 | E | 0 | 4 | 5E | 0 | 39 | 63 | 35 |
| Octal | 376 | 363 | 16 | 0 | 4 | 136 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110011 | 1110 | 0 | 100 | 1011110 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF30E
Complementary color
Monochromatic Colors of #FEF30E
Black with #FEF30E
Text Example
Text Example
White with #FEF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF30E; }
p { color: rgb(254,243,14); }
H1.HeaderClassName
{
color: #FEF30E;
}
.AnyTagClassName
{
color: #FEF30E;
}
</style>
background-color css
<style>
a { background-color: #FEF30E; }
a { background-color: rgb(254,243,14); }
div.DivClassName
{
background-color: #FEF30E;
}
.BgClassName
{
background-color: #FEF30E;
}
</style>
border-color css
<style>
span { border-color: #FEF30E; }
span { border-color: rgb(254,243,14); }
td.TdClassName
{
border-color: #FEF30E;
}
.TagClassName
{
border-color: #FEF30E;
}
</style>