Shades of Lemon #FFDF10
Tints of Lemon #FFDF10
RGB
CMYK
RGB Variations
Color information
#FFDF10 (or 0xFFDF10) is known color: Lemon. HEX triplet: FF, DF and 10. RGB value is (255,223,16). Sum of RGB (Red+Green+Blue) = 255+223+16=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 16 (6.64% from 255 or 3.24% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF10 is #0020EF. Grayscale: #D1D1D1. Windows color (decimal): -8432 or 1105919. OLE color: 1105919.
HSL color Cylindrical-coordinate representation of color #FFDF10: hue angle of 51.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFDF10 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 16 | - |
| CMYK | 0 | 0.13 | 0.94 | 0 |
| HSL | 51.97º | 1% | 0.53% | - |
| HSV(B) | 51.97º | 0.94% | 1% | - |
| XYZ | 67.72 | 74.07 | 11.22 | - |
| YUV | 208.97 | 19.1 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 16 | 0 | 0.13 | 0.94 | 0 | 51.97 | 1 | 0.53 |
| Hex | FF | DF | 10 | 0 | D | 5E | 0 | 34 | 64 | 35 |
| Octal | 377 | 337 | 20 | 0 | 15 | 136 | 0 | 64 | 144 | 65 |
| Binary | 11111111 | 11011111 | 10000 | 0 | 1101 | 1011110 | 0 | 110100 | 1100100 | 110101 |
Color Harmonies of #FFDF10
Complementary color
Monochromatic Colors of #FFDF10
Black with #FFDF10
Text Example
Text Example
White with #FFDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF10; }
p { color: rgb(255,223,16); }
H1.HeaderClassName
{
color: #FFDF10;
}
.AnyTagClassName
{
color: #FFDF10;
}
</style>
background-color css
<style>
a { background-color: #FFDF10; }
a { background-color: rgb(255,223,16); }
div.DivClassName
{
background-color: #FFDF10;
}
.BgClassName
{
background-color: #FFDF10;
}
</style>
border-color css
<style>
span { border-color: #FFDF10; }
span { border-color: rgb(255,223,16); }
td.TdClassName
{
border-color: #FFDF10;
}
.TagClassName
{
border-color: #FFDF10;
}
</style>