Shades of Lemon #FDD814
Tints of Lemon #FDD814
RGB
CMYK
RGB Variations
Color information
#FDD814 (or 0xFDD814) is known color: Lemon. HEX triplet: FD, D8 and 14. RGB value is (253,216,20). Sum of RGB (Red+Green+Blue) = 253+216+20=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD814 is #0227EB. Grayscale: #CDCDCD. Windows color (decimal): -141292 or 1366269. OLE color: 1366269.
HSL color Cylindrical-coordinate representation of color #FDD814: hue angle of 50.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDD814 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.01 |
| HSL | 50.47º | 0.98% | 0.54% | - |
| HSV(B) | 50.47º | 0.92% | 0.99% | - |
| XYZ | 65.19 | 70.04 | 10.75 | - |
| YUV | 204.72 | 23.76 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 20 | 0 | 0.15 | 0.92 | 0.01 | 50.47 | 0.98 | 0.54 |
| Hex | FD | D8 | 14 | 0 | F | 5C | 1 | 32 | 62 | 36 |
| Octal | 375 | 330 | 24 | 0 | 17 | 134 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11011000 | 10100 | 0 | 1111 | 1011100 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD814
Complementary color
Monochromatic Colors of #FDD814
Black with #FDD814
Text Example
Text Example
White with #FDD814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD814; }
p { color: rgb(253,216,20); }
H1.HeaderClassName
{
color: #FDD814;
}
.AnyTagClassName
{
color: #FDD814;
}
</style>
background-color css
<style>
a { background-color: #FDD814; }
a { background-color: rgb(253,216,20); }
div.DivClassName
{
background-color: #FDD814;
}
.BgClassName
{
background-color: #FDD814;
}
</style>
border-color css
<style>
span { border-color: #FDD814; }
span { border-color: rgb(253,216,20); }
td.TdClassName
{
border-color: #FDD814;
}
.TagClassName
{
border-color: #FDD814;
}
</style>