Shades of Lemon #FFDF1F
Tints of Lemon #FFDF1F
RGB
CMYK
RGB Variations
Color information
#FFDF1F (or 0xFFDF1F) is known color: Lemon. HEX triplet: FF, DF and 1F. RGB value is (255,223,31). Sum of RGB (Red+Green+Blue) = 255+223+31=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 31 (12.5% from 255 or 6.09% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF1F is #0020E0. Grayscale: #D3D3D3. Windows color (decimal): -8417 or 2088959. OLE color: 2088959.
HSL color Cylindrical-coordinate representation of color #FFDF1F: hue angle of 51.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFDF1F is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 31 | - |
| CMYK | 0 | 0.13 | 0.88 | 0 |
| HSL | 51.43º | 1% | 0.56% | - |
| HSV(B) | 51.43º | 0.88% | 1% | - |
| XYZ | 67.88 | 74.13 | 12.03 | - |
| YUV | 210.68 | 26.6 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 31 | 0 | 0.13 | 0.88 | 0 | 51.43 | 1 | 0.56 |
| Hex | FF | DF | 1F | 0 | D | 58 | 0 | 33 | 64 | 38 |
| Octal | 377 | 337 | 37 | 0 | 15 | 130 | 0 | 63 | 144 | 70 |
| Binary | 11111111 | 11011111 | 11111 | 0 | 1101 | 1011000 | 0 | 110011 | 1100100 | 111000 |
Color Harmonies of #FFDF1F
Complementary color
Monochromatic Colors of #FFDF1F
Black with #FFDF1F
Text Example
Text Example
White with #FFDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF1F; }
p { color: rgb(255,223,31); }
H1.HeaderClassName
{
color: #FFDF1F;
}
.AnyTagClassName
{
color: #FFDF1F;
}
</style>
background-color css
<style>
a { background-color: #FFDF1F; }
a { background-color: rgb(255,223,31); }
div.DivClassName
{
background-color: #FFDF1F;
}
.BgClassName
{
background-color: #FFDF1F;
}
</style>
border-color css
<style>
span { border-color: #FFDF1F; }
span { border-color: rgb(255,223,31); }
td.TdClassName
{
border-color: #FFDF1F;
}
.TagClassName
{
border-color: #FFDF1F;
}
</style>