Shades of Lemon #FFDF17
Tints of Lemon #FFDF17
RGB
CMYK
RGB Variations
Color information
#FFDF17 (or 0xFFDF17) is known color: Lemon. HEX triplet: FF, DF and 17. RGB value is (255,223,23). Sum of RGB (Red+Green+Blue) = 255+223+23=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 23 (9.38% from 255 or 4.59% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF17 is #0020E8. Grayscale: #D2D2D2. Windows color (decimal): -8425 or 1564671. OLE color: 1564671.
HSL color Cylindrical-coordinate representation of color #FFDF17: hue angle of 51.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFDF17 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 23 | - |
| CMYK | 0 | 0.13 | 0.91 | 0 |
| HSL | 51.72º | 1% | 0.55% | - |
| HSV(B) | 51.72º | 0.91% | 1% | - |
| XYZ | 67.78 | 74.1 | 11.54 | - |
| YUV | 209.77 | 22.6 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 23 | 0 | 0.13 | 0.91 | 0 | 51.72 | 1 | 0.55 |
| Hex | FF | DF | 17 | 0 | D | 5B | 0 | 34 | 64 | 37 |
| Octal | 377 | 337 | 27 | 0 | 15 | 133 | 0 | 64 | 144 | 67 |
| Binary | 11111111 | 11011111 | 10111 | 0 | 1101 | 1011011 | 0 | 110100 | 1100100 | 110111 |
Color Harmonies of #FFDF17
Complementary color
Monochromatic Colors of #FFDF17
Black with #FFDF17
Text Example
Text Example
White with #FFDF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF17; }
p { color: rgb(255,223,23); }
H1.HeaderClassName
{
color: #FFDF17;
}
.AnyTagClassName
{
color: #FFDF17;
}
</style>
background-color css
<style>
a { background-color: #FFDF17; }
a { background-color: rgb(255,223,23); }
div.DivClassName
{
background-color: #FFDF17;
}
.BgClassName
{
background-color: #FFDF17;
}
</style>
border-color css
<style>
span { border-color: #FFDF17; }
span { border-color: rgb(255,223,23); }
td.TdClassName
{
border-color: #FFDF17;
}
.TagClassName
{
border-color: #FFDF17;
}
</style>