Shades of Lemon #FDD816
Tints of Lemon #FDD816
RGB
CMYK
RGB Variations
Color information
#FDD816 (or 0xFDD816) is known color: Lemon. HEX triplet: FD, D8 and 16. RGB value is (253,216,22). Sum of RGB (Red+Green+Blue) = 253+216+22=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 22 (8.98% from 255 or 4.48% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD816 is #0227E9. Grayscale: #CDCDCD. Windows color (decimal): -141290 or 1497341. OLE color: 1497341.
HSL color Cylindrical-coordinate representation of color #FDD816: hue angle of 50.39º 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 #FDD816 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.01 |
| HSL | 50.39º | 0.98% | 0.54% | - |
| HSV(B) | 50.39º | 0.91% | 0.99% | - |
| XYZ | 65.21 | 70.05 | 10.84 | - |
| YUV | 204.95 | 24.76 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 22 | 0 | 0.15 | 0.91 | 0.01 | 50.39 | 0.98 | 0.54 |
| Hex | FD | D8 | 16 | 0 | F | 5B | 1 | 32 | 62 | 36 |
| Octal | 375 | 330 | 26 | 0 | 17 | 133 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11011000 | 10110 | 0 | 1111 | 1011011 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD816
Complementary color
Monochromatic Colors of #FDD816
Black with #FDD816
Text Example
Text Example
White with #FDD816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD816; }
p { color: rgb(253,216,22); }
H1.HeaderClassName
{
color: #FDD816;
}
.AnyTagClassName
{
color: #FDD816;
}
</style>
background-color css
<style>
a { background-color: #FDD816; }
a { background-color: rgb(253,216,22); }
div.DivClassName
{
background-color: #FDD816;
}
.BgClassName
{
background-color: #FDD816;
}
</style>
border-color css
<style>
span { border-color: #FDD816; }
span { border-color: rgb(253,216,22); }
td.TdClassName
{
border-color: #FDD816;
}
.TagClassName
{
border-color: #FDD816;
}
</style>