Shades of Lemon #FEDE10
Tints of Lemon #FEDE10
RGB
CMYK
RGB Variations
Color information
#FEDE10 (or 0xFEDE10) is known color: Lemon. HEX triplet: FE, DE and 10. RGB value is (254,222,16). Sum of RGB (Red+Green+Blue) = 254+222+16=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 16 (6.64% from 255 or 3.25% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE10 is #0121EF. Grayscale: #D0D0D0. Windows color (decimal): -74224 or 1105662. OLE color: 1105662.
HSL color Cylindrical-coordinate representation of color #FEDE10: hue angle of 51.93º 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 #FEDE10 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 16 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.00 |
| HSL | 51.93º | 0.99% | 0.53% | - |
| HSV(B) | 51.93º | 0.94% | 1% | - |
| XYZ | 67.09 | 73.35 | 11.11 | - |
| YUV | 208.08 | 19.6 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 16 | 0 | 0.13 | 0.94 | 0.00 | 51.93 | 0.99 | 0.53 |
| Hex | FE | DE | 10 | 0 | D | 5E | 0 | 34 | 63 | 35 |
| Octal | 376 | 336 | 20 | 0 | 15 | 136 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011110 | 10000 | 0 | 1101 | 1011110 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDE10
Complementary color
Monochromatic Colors of #FEDE10
Black with #FEDE10
Text Example
Text Example
White with #FEDE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE10; }
p { color: rgb(254,222,16); }
H1.HeaderClassName
{
color: #FEDE10;
}
.AnyTagClassName
{
color: #FEDE10;
}
</style>
background-color css
<style>
a { background-color: #FEDE10; }
a { background-color: rgb(254,222,16); }
div.DivClassName
{
background-color: #FEDE10;
}
.BgClassName
{
background-color: #FEDE10;
}
</style>
border-color css
<style>
span { border-color: #FEDE10; }
span { border-color: rgb(254,222,16); }
td.TdClassName
{
border-color: #FEDE10;
}
.TagClassName
{
border-color: #FEDE10;
}
</style>