Shades of Lemon #FFDF16
Tints of Lemon #FFDF16
RGB
CMYK
RGB Variations
Color information
#FFDF16 (or 0xFFDF16) is known color: Lemon. HEX triplet: FF, DF and 16. RGB value is (255,223,22). Sum of RGB (Red+Green+Blue) = 255+223+22=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF16 is #0020E9. Grayscale: #D2D2D2. Windows color (decimal): -8426 or 1499135. OLE color: 1499135.
HSL color Cylindrical-coordinate representation of color #FFDF16: hue angle of 51.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFDF16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0 |
| HSL | 51.76º | 1% | 0.54% | - |
| HSV(B) | 51.76º | 0.91% | 1% | - |
| XYZ | 67.77 | 74.09 | 11.49 | - |
| YUV | 209.65 | 22.1 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 22 | 0 | 0.13 | 0.91 | 0 | 51.76 | 1 | 0.54 |
| Hex | FF | DF | 16 | 0 | D | 5B | 0 | 34 | 64 | 36 |
| Octal | 377 | 337 | 26 | 0 | 15 | 133 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11011111 | 10110 | 0 | 1101 | 1011011 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFDF16
Complementary color
Monochromatic Colors of #FFDF16
Black with #FFDF16
Text Example
Text Example
White with #FFDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF16; }
p { color: rgb(255,223,22); }
H1.HeaderClassName
{
color: #FFDF16;
}
.AnyTagClassName
{
color: #FFDF16;
}
</style>
background-color css
<style>
a { background-color: #FFDF16; }
a { background-color: rgb(255,223,22); }
div.DivClassName
{
background-color: #FFDF16;
}
.BgClassName
{
background-color: #FFDF16;
}
</style>
border-color css
<style>
span { border-color: #FFDF16; }
span { border-color: rgb(255,223,22); }
td.TdClassName
{
border-color: #FFDF16;
}
.TagClassName
{
border-color: #FFDF16;
}
</style>