Shades of Lemon #FFDF13
Tints of Lemon #FFDF13
RGB
CMYK
RGB Variations
Color information
#FFDF13 (or 0xFFDF13) is known color: Lemon. HEX triplet: FF, DF and 13. RGB value is (255,223,19). Sum of RGB (Red+Green+Blue) = 255+223+19=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 19 (7.81% from 255 or 3.82% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF13 is #0020EC. Grayscale: #D2D2D2. Windows color (decimal): -8429 or 1302527. OLE color: 1302527.
HSL color Cylindrical-coordinate representation of color #FFDF13: hue angle of 51.86º 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 #FFDF13 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 19 | - |
| CMYK | 0 | 0.13 | 0.93 | 0 |
| HSL | 51.86º | 1% | 0.54% | - |
| HSV(B) | 51.86º | 0.93% | 1% | - |
| XYZ | 67.75 | 74.08 | 11.34 | - |
| YUV | 209.31 | 20.6 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 19 | 0 | 0.13 | 0.93 | 0 | 51.86 | 1 | 0.54 |
| Hex | FF | DF | 13 | 0 | D | 5D | 0 | 34 | 64 | 36 |
| Octal | 377 | 337 | 23 | 0 | 15 | 135 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11011111 | 10011 | 0 | 1101 | 1011101 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFDF13
Complementary color
Monochromatic Colors of #FFDF13
Black with #FFDF13
Text Example
Text Example
White with #FFDF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF13; }
p { color: rgb(255,223,19); }
H1.HeaderClassName
{
color: #FFDF13;
}
.AnyTagClassName
{
color: #FFDF13;
}
</style>
background-color css
<style>
a { background-color: #FFDF13; }
a { background-color: rgb(255,223,19); }
div.DivClassName
{
background-color: #FFDF13;
}
.BgClassName
{
background-color: #FFDF13;
}
</style>
border-color css
<style>
span { border-color: #FFDF13; }
span { border-color: rgb(255,223,19); }
td.TdClassName
{
border-color: #FFDF13;
}
.TagClassName
{
border-color: #FFDF13;
}
</style>