Shades of Lemon #FFDE0E
Tints of Lemon #FFDE0E
RGB
CMYK
RGB Variations
Color information
#FFDE0E (or 0xFFDE0E) is known color: Lemon. HEX triplet: FF, DE and 0E. RGB value is (255,222,14). Sum of RGB (Red+Green+Blue) = 255+222+14=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 14 (5.86% from 255 or 2.85% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE0E is #0021F1. Grayscale: #D1D1D1. Windows color (decimal): -8690 or 974591. OLE color: 974591.
HSL color Cylindrical-coordinate representation of color #FFDE0E: hue angle of 51.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFDE0E is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 14 | - |
| CMYK | 0 | 0.13 | 0.95 | 0 |
| HSL | 51.78º | 1% | 0.53% | - |
| HSV(B) | 51.78º | 0.95% | 1% | - |
| XYZ | 67.44 | 73.53 | 11.05 | - |
| YUV | 208.16 | 18.43 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 14 | 0 | 0.13 | 0.95 | 0 | 51.78 | 1 | 0.53 |
| Hex | FF | DE | E | 0 | D | 5F | 0 | 34 | 64 | 35 |
| Octal | 377 | 336 | 16 | 0 | 15 | 137 | 0 | 64 | 144 | 65 |
| Binary | 11111111 | 11011110 | 1110 | 0 | 1101 | 1011111 | 0 | 110100 | 1100100 | 110101 |
Color Harmonies of #FFDE0E
Complementary color
Monochromatic Colors of #FFDE0E
Black with #FFDE0E
Text Example
Text Example
White with #FFDE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE0E; }
p { color: rgb(255,222,14); }
H1.HeaderClassName
{
color: #FFDE0E;
}
.AnyTagClassName
{
color: #FFDE0E;
}
</style>
background-color css
<style>
a { background-color: #FFDE0E; }
a { background-color: rgb(255,222,14); }
div.DivClassName
{
background-color: #FFDE0E;
}
.BgClassName
{
background-color: #FFDE0E;
}
</style>
border-color css
<style>
span { border-color: #FFDE0E; }
span { border-color: rgb(255,222,14); }
td.TdClassName
{
border-color: #FFDE0E;
}
.TagClassName
{
border-color: #FFDE0E;
}
</style>