Shades of Lemon #FFDE12
Tints of Lemon #FFDE12
RGB
CMYK
RGB Variations
Color information
#FFDE12 (or 0xFFDE12) is known color: Lemon. HEX triplet: FF, DE and 12. RGB value is (255,222,18). Sum of RGB (Red+Green+Blue) = 255+222+18=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 18 (7.42% from 255 or 3.64% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE12 is #0021ED. Grayscale: #D1D1D1. Windows color (decimal): -8686 or 1236735. OLE color: 1236735.
HSL color Cylindrical-coordinate representation of color #FFDE12: hue angle of 51.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFDE12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0 |
| HSL | 51.65º | 1% | 0.54% | - |
| HSV(B) | 51.65º | 0.93% | 1% | - |
| XYZ | 67.47 | 73.55 | 11.21 | - |
| YUV | 208.61 | 20.43 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 18 | 0 | 0.13 | 0.93 | 0 | 51.65 | 1 | 0.54 |
| Hex | FF | DE | 12 | 0 | D | 5D | 0 | 34 | 64 | 36 |
| Octal | 377 | 336 | 22 | 0 | 15 | 135 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11011110 | 10010 | 0 | 1101 | 1011101 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFDE12
Complementary color
Monochromatic Colors of #FFDE12
Black with #FFDE12
Text Example
Text Example
White with #FFDE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE12; }
p { color: rgb(255,222,18); }
H1.HeaderClassName
{
color: #FFDE12;
}
.AnyTagClassName
{
color: #FFDE12;
}
</style>
background-color css
<style>
a { background-color: #FFDE12; }
a { background-color: rgb(255,222,18); }
div.DivClassName
{
background-color: #FFDE12;
}
.BgClassName
{
background-color: #FFDE12;
}
</style>
border-color css
<style>
span { border-color: #FFDE12; }
span { border-color: rgb(255,222,18); }
td.TdClassName
{
border-color: #FFDE12;
}
.TagClassName
{
border-color: #FFDE12;
}
</style>