Shades of Lemon #FEF311
Tints of Lemon #FEF311
RGB
CMYK
RGB Variations
Color information
#FEF311 (or 0xFEF311) is known color: Lemon. HEX triplet: FE, F3 and 11. RGB value is (254,243,17). Sum of RGB (Red+Green+Blue) = 254+243+17=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 17 (7.03% from 255 or 3.31% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF311 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF311 is #010CEE. Grayscale: #DDDDDD. Windows color (decimal): -68847 or 1176574. OLE color: 1176574.
HSL color Cylindrical-coordinate representation of color #FEF311: hue angle of 57.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEF311 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 17 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.00 |
| HSL | 57.22º | 0.99% | 0.53% | - |
| HSV(B) | 57.22º | 0.93% | 1% | - |
| XYZ | 73.02 | 85.21 | 13.13 | - |
| YUV | 220.53 | 13.14 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 17 | 0 | 0.04 | 0.93 | 0.00 | 57.22 | 0.99 | 0.53 |
| Hex | FE | F3 | 11 | 0 | 4 | 5D | 0 | 39 | 63 | 35 |
| Octal | 376 | 363 | 21 | 0 | 4 | 135 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110011 | 10001 | 0 | 100 | 1011101 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF311
Complementary color
Monochromatic Colors of #FEF311
Black with #FEF311
Text Example
Text Example
White with #FEF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF311; }
p { color: rgb(254,243,17); }
H1.HeaderClassName
{
color: #FEF311;
}
.AnyTagClassName
{
color: #FEF311;
}
</style>
background-color css
<style>
a { background-color: #FEF311; }
a { background-color: rgb(254,243,17); }
div.DivClassName
{
background-color: #FEF311;
}
.BgClassName
{
background-color: #FEF311;
}
</style>
border-color css
<style>
span { border-color: #FEF311; }
span { border-color: rgb(254,243,17); }
td.TdClassName
{
border-color: #FEF311;
}
.TagClassName
{
border-color: #FEF311;
}
</style>