Shades of Lemon #FFDF12
Tints of Lemon #FFDF12
RGB
CMYK
RGB Variations
Color information
#FFDF12 (or 0xFFDF12) is known color: Lemon. HEX triplet: FF, DF and 12. RGB value is (255,223,18). Sum of RGB (Red+Green+Blue) = 255+223+18=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF12 is #0020ED. Grayscale: #D2D2D2. Windows color (decimal): -8430 or 1236991. OLE color: 1236991.
HSL color Cylindrical-coordinate representation of color #FFDF12: hue angle of 51.9º 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 #FFDF12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0 |
| HSL | 51.9º | 1% | 0.54% | - |
| HSV(B) | 51.9º | 0.93% | 1% | - |
| XYZ | 67.74 | 74.08 | 11.3 | - |
| YUV | 209.2 | 20.1 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 18 | 0 | 0.13 | 0.93 | 0 | 51.9 | 1 | 0.54 |
| Hex | FF | DF | 12 | 0 | D | 5D | 0 | 34 | 64 | 36 |
| Octal | 377 | 337 | 22 | 0 | 15 | 135 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11011111 | 10010 | 0 | 1101 | 1011101 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFDF12
Complementary color
Monochromatic Colors of #FFDF12
Black with #FFDF12
Text Example
Text Example
White with #FFDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF12; }
p { color: rgb(255,223,18); }
H1.HeaderClassName
{
color: #FFDF12;
}
.AnyTagClassName
{
color: #FFDF12;
}
</style>
background-color css
<style>
a { background-color: #FFDF12; }
a { background-color: rgb(255,223,18); }
div.DivClassName
{
background-color: #FFDF12;
}
.BgClassName
{
background-color: #FFDF12;
}
</style>
border-color css
<style>
span { border-color: #FFDF12; }
span { border-color: rgb(255,223,18); }
td.TdClassName
{
border-color: #FFDF12;
}
.TagClassName
{
border-color: #FFDF12;
}
</style>