Shades of Lemon #FEDB11
Tints of Lemon #FEDB11
RGB
CMYK
RGB Variations
Color information
#FEDB11 (or 0xFEDB11) is known color: Lemon. HEX triplet: FE, DB and 11. RGB value is (254,219,17). Sum of RGB (Red+Green+Blue) = 254+219+17=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 17 (7.03% from 255 or 3.47% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB11 is #0124EE. Grayscale: #CFCFCF. Windows color (decimal): -74991 or 1170430. OLE color: 1170430.
HSL color Cylindrical-coordinate representation of color #FEDB11: hue angle of 51.14º 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 #FEDB11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.00 |
| HSL | 51.14º | 0.99% | 0.53% | - |
| HSV(B) | 51.14º | 0.93% | 1% | - |
| XYZ | 66.31 | 71.77 | 10.89 | - |
| YUV | 206.44 | 21.1 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 17 | 0 | 0.14 | 0.93 | 0.00 | 51.14 | 0.99 | 0.53 |
| Hex | FE | DB | 11 | 0 | E | 5D | 0 | 33 | 63 | 35 |
| Octal | 376 | 333 | 21 | 0 | 16 | 135 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011011 | 10001 | 0 | 1110 | 1011101 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FEDB11
Complementary color
Monochromatic Colors of #FEDB11
Black with #FEDB11
Text Example
Text Example
White with #FEDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB11; }
p { color: rgb(254,219,17); }
H1.HeaderClassName
{
color: #FEDB11;
}
.AnyTagClassName
{
color: #FEDB11;
}
</style>
background-color css
<style>
a { background-color: #FEDB11; }
a { background-color: rgb(254,219,17); }
div.DivClassName
{
background-color: #FEDB11;
}
.BgClassName
{
background-color: #FEDB11;
}
</style>
border-color css
<style>
span { border-color: #FEDB11; }
span { border-color: rgb(254,219,17); }
td.TdClassName
{
border-color: #FEDB11;
}
.TagClassName
{
border-color: #FEDB11;
}
</style>