Shades of Lemon #FEDA10
Tints of Lemon #FEDA10
RGB
CMYK
RGB Variations
Color information
#FEDA10 (or 0xFEDA10) is known color: Lemon. HEX triplet: FE, DA and 10. RGB value is (254,218,16). Sum of RGB (Red+Green+Blue) = 254+218+16=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA10 is #0125EF. Grayscale: #CECECE. Windows color (decimal): -75248 or 1104638. OLE color: 1104638.
HSL color Cylindrical-coordinate representation of color #FEDA10: hue angle of 50.92º 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 #FEDA10 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 16 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.00 |
| HSL | 50.92º | 0.99% | 0.53% | - |
| HSV(B) | 50.92º | 0.94% | 1% | - |
| XYZ | 66.04 | 71.25 | 10.76 | - |
| YUV | 205.74 | 20.93 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 16 | 0 | 0.14 | 0.94 | 0.00 | 50.92 | 0.99 | 0.53 |
| Hex | FE | DA | 10 | 0 | E | 5E | 0 | 33 | 63 | 35 |
| Octal | 376 | 332 | 20 | 0 | 16 | 136 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011010 | 10000 | 0 | 1110 | 1011110 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FEDA10
Complementary color
Monochromatic Colors of #FEDA10
Black with #FEDA10
Text Example
Text Example
White with #FEDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA10; }
p { color: rgb(254,218,16); }
H1.HeaderClassName
{
color: #FEDA10;
}
.AnyTagClassName
{
color: #FEDA10;
}
</style>
background-color css
<style>
a { background-color: #FEDA10; }
a { background-color: rgb(254,218,16); }
div.DivClassName
{
background-color: #FEDA10;
}
.BgClassName
{
background-color: #FEDA10;
}
</style>
border-color css
<style>
span { border-color: #FEDA10; }
span { border-color: rgb(254,218,16); }
td.TdClassName
{
border-color: #FEDA10;
}
.TagClassName
{
border-color: #FEDA10;
}
</style>