Shades of Lemon #FDD813
Tints of Lemon #FDD813
RGB
CMYK
RGB Variations
Color information
#FDD813 (or 0xFDD813) is known color: Lemon. HEX triplet: FD, D8 and 13. RGB value is (253,216,19). Sum of RGB (Red+Green+Blue) = 253+216+19=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 19 (7.81% from 255 or 3.89% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD813 is #0227EC. Grayscale: #CDCDCD. Windows color (decimal): -141293 or 1300733. OLE color: 1300733.
HSL color Cylindrical-coordinate representation of color #FDD813: hue angle of 50.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDD813 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 19 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.01 |
| HSL | 50.51º | 0.98% | 0.53% | - |
| HSV(B) | 50.51º | 0.92% | 0.99% | - |
| XYZ | 65.18 | 70.04 | 10.7 | - |
| YUV | 204.61 | 23.26 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 19 | 0 | 0.15 | 0.92 | 0.01 | 50.51 | 0.98 | 0.53 |
| Hex | FD | D8 | 13 | 0 | F | 5C | 1 | 33 | 62 | 35 |
| Octal | 375 | 330 | 23 | 0 | 17 | 134 | 1 | 63 | 142 | 65 |
| Binary | 11111101 | 11011000 | 10011 | 0 | 1111 | 1011100 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FDD813
Complementary color
Monochromatic Colors of #FDD813
Black with #FDD813
Text Example
Text Example
White with #FDD813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD813; }
p { color: rgb(253,216,19); }
H1.HeaderClassName
{
color: #FDD813;
}
.AnyTagClassName
{
color: #FDD813;
}
</style>
background-color css
<style>
a { background-color: #FDD813; }
a { background-color: rgb(253,216,19); }
div.DivClassName
{
background-color: #FDD813;
}
.BgClassName
{
background-color: #FDD813;
}
</style>
border-color css
<style>
span { border-color: #FDD813; }
span { border-color: rgb(253,216,19); }
td.TdClassName
{
border-color: #FDD813;
}
.TagClassName
{
border-color: #FDD813;
}
</style>