Shades of Lemon #FDD916
Tints of Lemon #FDD916
RGB
CMYK
RGB Variations
Color information
#FDD916 (or 0xFDD916) is known color: Lemon. HEX triplet: FD, D9 and 16. RGB value is (253,217,22). Sum of RGB (Red+Green+Blue) = 253+217+22=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 22 (8.98% from 255 or 4.47% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD916 is #0226E9. Grayscale: #CECECE. Windows color (decimal): -141034 or 1497597. OLE color: 1497597.
HSL color Cylindrical-coordinate representation of color #FDD916: hue angle of 50.65º 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 #FDD916 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.01 |
| HSL | 50.65º | 0.98% | 0.54% | - |
| HSV(B) | 50.65º | 0.91% | 0.99% | - |
| XYZ | 65.47 | 70.57 | 10.93 | - |
| YUV | 205.53 | 24.43 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 22 | 0 | 0.14 | 0.91 | 0.01 | 50.65 | 0.98 | 0.54 |
| Hex | FD | D9 | 16 | 0 | E | 5B | 1 | 33 | 62 | 36 |
| Octal | 375 | 331 | 26 | 0 | 16 | 133 | 1 | 63 | 142 | 66 |
| Binary | 11111101 | 11011001 | 10110 | 0 | 1110 | 1011011 | 1 | 110011 | 1100010 | 110110 |
Color Harmonies of #FDD916
Complementary color
Monochromatic Colors of #FDD916
Black with #FDD916
Text Example
Text Example
White with #FDD916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD916; }
p { color: rgb(253,217,22); }
H1.HeaderClassName
{
color: #FDD916;
}
.AnyTagClassName
{
color: #FDD916;
}
</style>
background-color css
<style>
a { background-color: #FDD916; }
a { background-color: rgb(253,217,22); }
div.DivClassName
{
background-color: #FDD916;
}
.BgClassName
{
background-color: #FDD916;
}
</style>
border-color css
<style>
span { border-color: #FDD916; }
span { border-color: rgb(253,217,22); }
td.TdClassName
{
border-color: #FDD916;
}
.TagClassName
{
border-color: #FDD916;
}
</style>