Shades of Lemon #FEF310
Tints of Lemon #FEF310
RGB
CMYK
RGB Variations
Color information
#FEF310 (or 0xFEF310) is known color: Lemon. HEX triplet: FE, F3 and 10. RGB value is (254,243,16). Sum of RGB (Red+Green+Blue) = 254+243+16=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 16 (6.64% from 255 or 3.12% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF310 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF310 is #010CEF. Grayscale: #DDDDDD. Windows color (decimal): -68848 or 1111038. OLE color: 1111038.
HSL color Cylindrical-coordinate representation of color #FEF310: hue angle of 57.23º 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 #FEF310 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 16 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.00 |
| HSL | 57.23º | 0.99% | 0.53% | - |
| HSV(B) | 57.23º | 0.94% | 1% | - |
| XYZ | 73.02 | 85.21 | 13.09 | - |
| YUV | 220.41 | 12.64 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 16 | 0 | 0.04 | 0.94 | 0.00 | 57.23 | 0.99 | 0.53 |
| Hex | FE | F3 | 10 | 0 | 4 | 5E | 0 | 39 | 63 | 35 |
| Octal | 376 | 363 | 20 | 0 | 4 | 136 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110011 | 10000 | 0 | 100 | 1011110 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF310
Complementary color
Monochromatic Colors of #FEF310
Black with #FEF310
Text Example
Text Example
White with #FEF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF310; }
p { color: rgb(254,243,16); }
H1.HeaderClassName
{
color: #FEF310;
}
.AnyTagClassName
{
color: #FEF310;
}
</style>
background-color css
<style>
a { background-color: #FEF310; }
a { background-color: rgb(254,243,16); }
div.DivClassName
{
background-color: #FEF310;
}
.BgClassName
{
background-color: #FEF310;
}
</style>
border-color css
<style>
span { border-color: #FEF310; }
span { border-color: rgb(254,243,16); }
td.TdClassName
{
border-color: #FEF310;
}
.TagClassName
{
border-color: #FEF310;
}
</style>