Shades of Lemon #FFDF1B
Tints of Lemon #FFDF1B
RGB
CMYK
RGB Variations
Color information
#FFDF1B (or 0xFFDF1B) is known color: Lemon. HEX triplet: FF, DF and 1B. RGB value is (255,223,27). Sum of RGB (Red+Green+Blue) = 255+223+27=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 27 (10.94% from 255 or 5.35% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF1B is #0020E4. Grayscale: #D3D3D3. Windows color (decimal): -8421 or 1826815. OLE color: 1826815.
HSL color Cylindrical-coordinate representation of color #FFDF1B: hue angle of 51.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFDF1B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 27 | - |
| CMYK | 0 | 0.13 | 0.89 | 0 |
| HSL | 51.58º | 1% | 0.55% | - |
| HSV(B) | 51.58º | 0.89% | 1% | - |
| XYZ | 67.83 | 74.11 | 11.77 | - |
| YUV | 210.22 | 24.6 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 27 | 0 | 0.13 | 0.89 | 0 | 51.58 | 1 | 0.55 |
| Hex | FF | DF | 1B | 0 | D | 59 | 0 | 34 | 64 | 37 |
| Octal | 377 | 337 | 33 | 0 | 15 | 131 | 0 | 64 | 144 | 67 |
| Binary | 11111111 | 11011111 | 11011 | 0 | 1101 | 1011001 | 0 | 110100 | 1100100 | 110111 |
Color Harmonies of #FFDF1B
Complementary color
Monochromatic Colors of #FFDF1B
Black with #FFDF1B
Text Example
Text Example
White with #FFDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF1B; }
p { color: rgb(255,223,27); }
H1.HeaderClassName
{
color: #FFDF1B;
}
.AnyTagClassName
{
color: #FFDF1B;
}
</style>
background-color css
<style>
a { background-color: #FFDF1B; }
a { background-color: rgb(255,223,27); }
div.DivClassName
{
background-color: #FFDF1B;
}
.BgClassName
{
background-color: #FFDF1B;
}
</style>
border-color css
<style>
span { border-color: #FFDF1B; }
span { border-color: rgb(255,223,27); }
td.TdClassName
{
border-color: #FFDF1B;
}
.TagClassName
{
border-color: #FFDF1B;
}
</style>