Shades of Lemon #FFDF0F
Tints of Lemon #FFDF0F
RGB
CMYK
RGB Variations
Color information
#FFDF0F (or 0xFFDF0F) is known color: Lemon. HEX triplet: FF, DF and 0F. RGB value is (255,223,15). Sum of RGB (Red+Green+Blue) = 255+223+15=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 15 (6.25% from 255 or 3.04% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF0F is #0020F0. Grayscale: #D1D1D1. Windows color (decimal): -8433 or 1040383. OLE color: 1040383.
HSL color Cylindrical-coordinate representation of color #FFDF0F: hue angle of 52º 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 #FFDF0F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0 |
| HSL | 52º | 1% | 0.53% | - |
| HSV(B) | 52º | 0.94% | 1% | - |
| XYZ | 67.71 | 74.07 | 11.18 | - |
| YUV | 208.86 | 18.6 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 15 | 0 | 0.13 | 0.94 | 0 | 52 | 1 | 0.53 |
| Hex | FF | DF | F | 0 | D | 5E | 0 | 34 | 64 | 35 |
| Octal | 377 | 337 | 17 | 0 | 15 | 136 | 0 | 64 | 144 | 65 |
| Binary | 11111111 | 11011111 | 1111 | 0 | 1101 | 1011110 | 0 | 110100 | 1100100 | 110101 |
Color Harmonies of #FFDF0F
Complementary color
Monochromatic Colors of #FFDF0F
Black with #FFDF0F
Text Example
Text Example
White with #FFDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF0F; }
p { color: rgb(255,223,15); }
H1.HeaderClassName
{
color: #FFDF0F;
}
.AnyTagClassName
{
color: #FFDF0F;
}
</style>
background-color css
<style>
a { background-color: #FFDF0F; }
a { background-color: rgb(255,223,15); }
div.DivClassName
{
background-color: #FFDF0F;
}
.BgClassName
{
background-color: #FFDF0F;
}
</style>
border-color css
<style>
span { border-color: #FFDF0F; }
span { border-color: rgb(255,223,15); }
td.TdClassName
{
border-color: #FFDF0F;
}
.TagClassName
{
border-color: #FFDF0F;
}
</style>