Shades of Lemon #FFDE1E
Tints of Lemon #FFDE1E
RGB
CMYK
RGB Variations
Color information
#FFDE1E (or 0xFFDE1E) is known color: Lemon. HEX triplet: FF, DE and 1E. RGB value is (255,222,30). Sum of RGB (Red+Green+Blue) = 255+222+30=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 30 (12.11% from 255 or 5.92% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE1E is #0021E1. Grayscale: #D2D2D2. Windows color (decimal): -8674 or 2023167. OLE color: 2023167.
HSL color Cylindrical-coordinate representation of color #FFDE1E: hue angle of 51.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFDE1E is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 30 | - |
| CMYK | 0 | 0.13 | 0.88 | 0 |
| HSL | 51.2º | 1% | 0.56% | - |
| HSV(B) | 51.2º | 0.88% | 1% | - |
| XYZ | 67.6 | 73.6 | 11.87 | - |
| YUV | 209.98 | 26.43 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 30 | 0 | 0.13 | 0.88 | 0 | 51.2 | 1 | 0.56 |
| Hex | FF | DE | 1E | 0 | D | 58 | 0 | 33 | 64 | 38 |
| Octal | 377 | 336 | 36 | 0 | 15 | 130 | 0 | 63 | 144 | 70 |
| Binary | 11111111 | 11011110 | 11110 | 0 | 1101 | 1011000 | 0 | 110011 | 1100100 | 111000 |
Color Harmonies of #FFDE1E
Complementary color
Monochromatic Colors of #FFDE1E
Black with #FFDE1E
Text Example
Text Example
White with #FFDE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE1E; }
p { color: rgb(255,222,30); }
H1.HeaderClassName
{
color: #FFDE1E;
}
.AnyTagClassName
{
color: #FFDE1E;
}
</style>
background-color css
<style>
a { background-color: #FFDE1E; }
a { background-color: rgb(255,222,30); }
div.DivClassName
{
background-color: #FFDE1E;
}
.BgClassName
{
background-color: #FFDE1E;
}
</style>
border-color css
<style>
span { border-color: #FFDE1E; }
span { border-color: rgb(255,222,30); }
td.TdClassName
{
border-color: #FFDE1E;
}
.TagClassName
{
border-color: #FFDE1E;
}
</style>