Shades of Lemon #FEDF10
Tints of Lemon #FEDF10
RGB
CMYK
RGB Variations
Color information
#FEDF10 (or 0xFEDF10) is known color: Lemon. HEX triplet: FE, DF and 10. RGB value is (254,223,16). Sum of RGB (Red+Green+Blue) = 254+223+16=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 16 (6.64% from 255 or 3.25% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF10 is #0120EF. Grayscale: #D1D1D1. Windows color (decimal): -73968 or 1105918. OLE color: 1105918.
HSL color Cylindrical-coordinate representation of color #FEDF10: hue angle of 52.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 #FEDF10 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 16 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.00 |
| HSL | 52.18º | 0.99% | 0.53% | - |
| HSV(B) | 52.18º | 0.94% | 1% | - |
| XYZ | 67.35 | 73.88 | 11.2 | - |
| YUV | 208.67 | 19.27 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 16 | 0 | 0.12 | 0.94 | 0.00 | 52.18 | 0.99 | 0.53 |
| Hex | FE | DF | 10 | 0 | C | 5E | 0 | 34 | 63 | 35 |
| Octal | 376 | 337 | 20 | 0 | 14 | 136 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011111 | 10000 | 0 | 1100 | 1011110 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDF10
Complementary color
Monochromatic Colors of #FEDF10
Black with #FEDF10
Text Example
Text Example
White with #FEDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF10; }
p { color: rgb(254,223,16); }
H1.HeaderClassName
{
color: #FEDF10;
}
.AnyTagClassName
{
color: #FEDF10;
}
</style>
background-color css
<style>
a { background-color: #FEDF10; }
a { background-color: rgb(254,223,16); }
div.DivClassName
{
background-color: #FEDF10;
}
.BgClassName
{
background-color: #FEDF10;
}
</style>
border-color css
<style>
span { border-color: #FEDF10; }
span { border-color: rgb(254,223,16); }
td.TdClassName
{
border-color: #FEDF10;
}
.TagClassName
{
border-color: #FEDF10;
}
</style>