Shades of Lemon #FEDB10
Tints of Lemon #FEDB10
RGB
CMYK
RGB Variations
Color information
#FEDB10 (or 0xFEDB10) is known color: Lemon. HEX triplet: FE, DB and 10. RGB value is (254,219,16). Sum of RGB (Red+Green+Blue) = 254+219+16=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB10 is #0124EF. Grayscale: #CFCFCF. Windows color (decimal): -74992 or 1104894. OLE color: 1104894.
HSL color Cylindrical-coordinate representation of color #FEDB10: hue angle of 51.18º 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 #FEDB10 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 16 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.00 |
| HSL | 51.18º | 0.99% | 0.53% | - |
| HSV(B) | 51.18º | 0.94% | 1% | - |
| XYZ | 66.3 | 71.77 | 10.85 | - |
| YUV | 206.32 | 20.6 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 16 | 0 | 0.14 | 0.94 | 0.00 | 51.18 | 0.99 | 0.53 |
| Hex | FE | DB | 10 | 0 | E | 5E | 0 | 33 | 63 | 35 |
| Octal | 376 | 333 | 20 | 0 | 16 | 136 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011011 | 10000 | 0 | 1110 | 1011110 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FEDB10
Complementary color
Monochromatic Colors of #FEDB10
Black with #FEDB10
Text Example
Text Example
White with #FEDB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB10; }
p { color: rgb(254,219,16); }
H1.HeaderClassName
{
color: #FEDB10;
}
.AnyTagClassName
{
color: #FEDB10;
}
</style>
background-color css
<style>
a { background-color: #FEDB10; }
a { background-color: rgb(254,219,16); }
div.DivClassName
{
background-color: #FEDB10;
}
.BgClassName
{
background-color: #FEDB10;
}
</style>
border-color css
<style>
span { border-color: #FEDB10; }
span { border-color: rgb(254,219,16); }
td.TdClassName
{
border-color: #FEDB10;
}
.TagClassName
{
border-color: #FEDB10;
}
</style>