Shades of Lemon #FFDF0E
Tints of Lemon #FFDF0E
RGB
CMYK
RGB Variations
Color information
#FFDF0E (or 0xFFDF0E) is known color: Lemon. HEX triplet: FF, DF and 0E. RGB value is (255,223,14). Sum of RGB (Red+Green+Blue) = 255+223+14=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 14 (5.86% from 255 or 2.85% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF0E is #0020F1. Grayscale: #D1D1D1. Windows color (decimal): -8434 or 974847. OLE color: 974847.
HSL color Cylindrical-coordinate representation of color #FFDF0E: hue angle of 52.03º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFDF0E is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 14 | - |
| CMYK | 0 | 0.13 | 0.95 | 0 |
| HSL | 52.03º | 1% | 0.53% | - |
| HSV(B) | 52.03º | 0.95% | 1% | - |
| XYZ | 67.71 | 74.07 | 11.14 | - |
| YUV | 208.74 | 18.1 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 14 | 0 | 0.13 | 0.95 | 0 | 52.03 | 1 | 0.53 |
| Hex | FF | DF | E | 0 | D | 5F | 0 | 34 | 64 | 35 |
| Octal | 377 | 337 | 16 | 0 | 15 | 137 | 0 | 64 | 144 | 65 |
| Binary | 11111111 | 11011111 | 1110 | 0 | 1101 | 1011111 | 0 | 110100 | 1100100 | 110101 |
Color Harmonies of #FFDF0E
Complementary color
Monochromatic Colors of #FFDF0E
Black with #FFDF0E
Text Example
Text Example
White with #FFDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF0E; }
p { color: rgb(255,223,14); }
H1.HeaderClassName
{
color: #FFDF0E;
}
.AnyTagClassName
{
color: #FFDF0E;
}
</style>
background-color css
<style>
a { background-color: #FFDF0E; }
a { background-color: rgb(255,223,14); }
div.DivClassName
{
background-color: #FFDF0E;
}
.BgClassName
{
background-color: #FFDF0E;
}
</style>
border-color css
<style>
span { border-color: #FFDF0E; }
span { border-color: rgb(255,223,14); }
td.TdClassName
{
border-color: #FFDF0E;
}
.TagClassName
{
border-color: #FFDF0E;
}
</style>