Shades of Lemon #FEDB16
Tints of Lemon #FEDB16
RGB
CMYK
RGB Variations
Color information
#FEDB16 (or 0xFEDB16) is known color: Lemon. HEX triplet: FE, DB and 16. RGB value is (254,219,22). Sum of RGB (Red+Green+Blue) = 254+219+22=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 22 (8.98% from 255 or 4.44% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB16 is #0124E9. Grayscale: #CFCFCF. Windows color (decimal): -74986 or 1498110. OLE color: 1498110.
HSL color Cylindrical-coordinate representation of color #FEDB16: hue angle of 50.95º 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 #FEDB16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.00 |
| HSL | 50.95º | 0.99% | 0.54% | - |
| HSV(B) | 50.95º | 0.91% | 1% | - |
| XYZ | 66.35 | 71.79 | 11.12 | - |
| YUV | 207.01 | 23.6 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 22 | 0 | 0.14 | 0.91 | 0.00 | 50.95 | 0.99 | 0.54 |
| Hex | FE | DB | 16 | 0 | E | 5B | 0 | 33 | 63 | 36 |
| Octal | 376 | 333 | 26 | 0 | 16 | 133 | 0 | 63 | 143 | 66 |
| Binary | 11111110 | 11011011 | 10110 | 0 | 1110 | 1011011 | 0 | 110011 | 1100011 | 110110 |
Color Harmonies of #FEDB16
Complementary color
Monochromatic Colors of #FEDB16
Black with #FEDB16
Text Example
Text Example
White with #FEDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB16; }
p { color: rgb(254,219,22); }
H1.HeaderClassName
{
color: #FEDB16;
}
.AnyTagClassName
{
color: #FEDB16;
}
</style>
background-color css
<style>
a { background-color: #FEDB16; }
a { background-color: rgb(254,219,22); }
div.DivClassName
{
background-color: #FEDB16;
}
.BgClassName
{
background-color: #FEDB16;
}
</style>
border-color css
<style>
span { border-color: #FEDB16; }
span { border-color: rgb(254,219,22); }
td.TdClassName
{
border-color: #FEDB16;
}
.TagClassName
{
border-color: #FEDB16;
}
</style>