Shades of Lemon #FDDF16
Tints of Lemon #FDDF16
RGB
CMYK
RGB Variations
Color information
#FDDF16 (or 0xFDDF16) is known color: Lemon. HEX triplet: FD, DF and 16. RGB value is (253,223,22). Sum of RGB (Red+Green+Blue) = 253+223+22=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 22 (8.98% from 255 or 4.42% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF16 is #0220E9. Grayscale: #D1D1D1. Windows color (decimal): -139498 or 1499133. OLE color: 1499133.
HSL color Cylindrical-coordinate representation of color #FDDF16: hue angle of 52.21º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDDF16 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.01 |
| HSL | 52.21º | 0.98% | 0.54% | - |
| HSV(B) | 52.21º | 0.91% | 0.99% | - |
| XYZ | 67.04 | 73.72 | 11.45 | - |
| YUV | 209.06 | 22.44 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 22 | 0 | 0.12 | 0.91 | 0.01 | 52.21 | 0.98 | 0.54 |
| Hex | FD | DF | 16 | 0 | C | 5B | 1 | 34 | 62 | 36 |
| Octal | 375 | 337 | 26 | 0 | 14 | 133 | 1 | 64 | 142 | 66 |
| Binary | 11111101 | 11011111 | 10110 | 0 | 1100 | 1011011 | 1 | 110100 | 1100010 | 110110 |
Color Harmonies of #FDDF16
Complementary color
Monochromatic Colors of #FDDF16
Black with #FDDF16
Text Example
Text Example
White with #FDDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF16; }
p { color: rgb(253,223,22); }
H1.HeaderClassName
{
color: #FDDF16;
}
.AnyTagClassName
{
color: #FDDF16;
}
</style>
background-color css
<style>
a { background-color: #FDDF16; }
a { background-color: rgb(253,223,22); }
div.DivClassName
{
background-color: #FDDF16;
}
.BgClassName
{
background-color: #FDDF16;
}
</style>
border-color css
<style>
span { border-color: #FDDF16; }
span { border-color: rgb(253,223,22); }
td.TdClassName
{
border-color: #FDDF16;
}
.TagClassName
{
border-color: #FDDF16;
}
</style>