Shades of Lemon #FFDF20
Tints of Lemon #FFDF20
RGB
CMYK
RGB Variations
Color information
#FFDF20 (or 0xFFDF20) is known color: Lemon. HEX triplet: FF, DF and 20. RGB value is (255,223,32). Sum of RGB (Red+Green+Blue) = 255+223+32=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 32 (12.89% from 255 or 6.27% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF20 is #0020DF. Grayscale: #D3D3D3. Windows color (decimal): -8416 or 2154495. OLE color: 2154495.
HSL color Cylindrical-coordinate representation of color #FFDF20: hue angle of 51.39º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFDF20 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 32 | - |
| CMYK | 0 | 0.13 | 0.87 | 0 |
| HSL | 51.39º | 1% | 0.56% | - |
| HSV(B) | 51.39º | 0.87% | 1% | - |
| XYZ | 67.89 | 74.14 | 12.1 | - |
| YUV | 210.79 | 27.1 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 32 | 0 | 0.13 | 0.87 | 0 | 51.39 | 1 | 0.56 |
| Hex | FF | DF | 20 | 0 | D | 57 | 0 | 33 | 64 | 38 |
| Octal | 377 | 337 | 40 | 0 | 15 | 127 | 0 | 63 | 144 | 70 |
| Binary | 11111111 | 11011111 | 100000 | 0 | 1101 | 1010111 | 0 | 110011 | 1100100 | 111000 |
Color Harmonies of #FFDF20
Complementary color
Monochromatic Colors of #FFDF20
Black with #FFDF20
Text Example
Text Example
White with #FFDF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF20; }
p { color: rgb(255,223,32); }
H1.HeaderClassName
{
color: #FFDF20;
}
.AnyTagClassName
{
color: #FFDF20;
}
</style>
background-color css
<style>
a { background-color: #FFDF20; }
a { background-color: rgb(255,223,32); }
div.DivClassName
{
background-color: #FFDF20;
}
.BgClassName
{
background-color: #FFDF20;
}
</style>
border-color css
<style>
span { border-color: #FFDF20; }
span { border-color: rgb(255,223,32); }
td.TdClassName
{
border-color: #FFDF20;
}
.TagClassName
{
border-color: #FFDF20;
}
</style>