Shades of Lemon #FEDC10
Tints of Lemon #FEDC10
RGB
CMYK
RGB Variations
Color information
#FEDC10 (or 0xFEDC10) is known color: Lemon. HEX triplet: FE, DC and 10. RGB value is (254,220,16). Sum of RGB (Red+Green+Blue) = 254+220+16=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 16 (6.64% from 255 or 3.27% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC10 is #0123EF. Grayscale: #CFCFCF. Windows color (decimal): -74736 or 1105150. OLE color: 1105150.
HSL color Cylindrical-coordinate representation of color #FEDC10: hue angle of 51.43º 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 #FEDC10 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 16 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.00 |
| HSL | 51.43º | 0.99% | 0.53% | - |
| HSV(B) | 51.43º | 0.94% | 1% | - |
| XYZ | 66.56 | 72.29 | 10.94 | - |
| YUV | 206.91 | 20.26 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 16 | 0 | 0.13 | 0.94 | 0.00 | 51.43 | 0.99 | 0.53 |
| Hex | FE | DC | 10 | 0 | D | 5E | 0 | 33 | 63 | 35 |
| Octal | 376 | 334 | 20 | 0 | 15 | 136 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011100 | 10000 | 0 | 1101 | 1011110 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FEDC10
Complementary color
Monochromatic Colors of #FEDC10
Black with #FEDC10
Text Example
Text Example
White with #FEDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC10; }
p { color: rgb(254,220,16); }
H1.HeaderClassName
{
color: #FEDC10;
}
.AnyTagClassName
{
color: #FEDC10;
}
</style>
background-color css
<style>
a { background-color: #FEDC10; }
a { background-color: rgb(254,220,16); }
div.DivClassName
{
background-color: #FEDC10;
}
.BgClassName
{
background-color: #FEDC10;
}
</style>
border-color css
<style>
span { border-color: #FEDC10; }
span { border-color: rgb(254,220,16); }
td.TdClassName
{
border-color: #FEDC10;
}
.TagClassName
{
border-color: #FEDC10;
}
</style>