Shades of Lemon #FED916
Tints of Lemon #FED916
RGB
CMYK
RGB Variations
Color information
#FED916 (or 0xFED916) is known color: Lemon. HEX triplet: FE, D9 and 16. RGB value is (254,217,22). Sum of RGB (Red+Green+Blue) = 254+217+22=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FED916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED916 is #0126E9. Grayscale: #CECECE. Windows color (decimal): -75498 or 1497598. OLE color: 1497598.
HSL color Cylindrical-coordinate representation of color #FED916: hue angle of 50.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FED916 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.00 |
| HSL | 50.43º | 0.99% | 0.54% | - |
| HSV(B) | 50.43º | 0.91% | 1% | - |
| XYZ | 65.83 | 70.75 | 10.95 | - |
| YUV | 205.83 | 24.26 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 22 | 0 | 0.15 | 0.91 | 0.00 | 50.43 | 0.99 | 0.54 |
| Hex | FE | D9 | 16 | 0 | F | 5B | 0 | 32 | 63 | 36 |
| Octal | 376 | 331 | 26 | 0 | 17 | 133 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11011001 | 10110 | 0 | 1111 | 1011011 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED916
Complementary color
Monochromatic Colors of #FED916
Black with #FED916
Text Example
Text Example
White with #FED916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED916; }
p { color: rgb(254,217,22); }
H1.HeaderClassName
{
color: #FED916;
}
.AnyTagClassName
{
color: #FED916;
}
</style>
background-color css
<style>
a { background-color: #FED916; }
a { background-color: rgb(254,217,22); }
div.DivClassName
{
background-color: #FED916;
}
.BgClassName
{
background-color: #FED916;
}
</style>
border-color css
<style>
span { border-color: #FED916; }
span { border-color: rgb(254,217,22); }
td.TdClassName
{
border-color: #FED916;
}
.TagClassName
{
border-color: #FED916;
}
</style>