Shades of Lemon #FEF610
Tints of Lemon #FEF610
RGB
CMYK
RGB Variations
Color information
#FEF610 (or 0xFEF610) is known color: Lemon. HEX triplet: FE, F6 and 10. RGB value is (254,246,16). Sum of RGB (Red+Green+Blue) = 254+246+16=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 16 (6.64% from 255 or 3.10% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF610 is #0109EF. Grayscale: #DFDFDF. Windows color (decimal): -68080 or 1111806. OLE color: 1111806.
HSL color Cylindrical-coordinate representation of color #FEF610: hue angle of 57.98º 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 #FEF610 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 16 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.00 |
| HSL | 57.98º | 0.99% | 0.53% | - |
| HSV(B) | 57.98º | 0.94% | 1% | - |
| XYZ | 73.92 | 87.02 | 13.39 | - |
| YUV | 222.17 | 11.65 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 16 | 0 | 0.03 | 0.94 | 0.00 | 57.98 | 0.99 | 0.53 |
| Hex | FE | F6 | 10 | 0 | 3 | 5E | 0 | 3A | 63 | 35 |
| Octal | 376 | 366 | 20 | 0 | 3 | 136 | 0 | 72 | 143 | 65 |
| Binary | 11111110 | 11110110 | 10000 | 0 | 11 | 1011110 | 0 | 111010 | 1100011 | 110101 |
Color Harmonies of #FEF610
Complementary color
Monochromatic Colors of #FEF610
Black with #FEF610
Text Example
Text Example
White with #FEF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF610; }
p { color: rgb(254,246,16); }
H1.HeaderClassName
{
color: #FEF610;
}
.AnyTagClassName
{
color: #FEF610;
}
</style>
background-color css
<style>
a { background-color: #FEF610; }
a { background-color: rgb(254,246,16); }
div.DivClassName
{
background-color: #FEF610;
}
.BgClassName
{
background-color: #FEF610;
}
</style>
border-color css
<style>
span { border-color: #FEF610; }
span { border-color: rgb(254,246,16); }
td.TdClassName
{
border-color: #FEF610;
}
.TagClassName
{
border-color: #FEF610;
}
</style>