Shades of Lemon #FDD913
Tints of Lemon #FDD913
RGB
CMYK
RGB Variations
Color information
#FDD913 (or 0xFDD913) is known color: Lemon. HEX triplet: FD, D9 and 13. RGB value is (253,217,19). Sum of RGB (Red+Green+Blue) = 253+217+19=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 19 (7.81% from 255 or 3.89% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD913 is #0226EC. Grayscale: #CECECE. Windows color (decimal): -141037 or 1300989. OLE color: 1300989.
HSL color Cylindrical-coordinate representation of color #FDD913: hue angle of 50.77º 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 #FDD913 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 19 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.01 |
| HSL | 50.77º | 0.98% | 0.53% | - |
| HSV(B) | 50.77º | 0.92% | 0.99% | - |
| XYZ | 65.44 | 70.56 | 10.79 | - |
| YUV | 205.19 | 22.93 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 19 | 0 | 0.14 | 0.92 | 0.01 | 50.77 | 0.98 | 0.53 |
| Hex | FD | D9 | 13 | 0 | E | 5C | 1 | 33 | 62 | 35 |
| Octal | 375 | 331 | 23 | 0 | 16 | 134 | 1 | 63 | 142 | 65 |
| Binary | 11111101 | 11011001 | 10011 | 0 | 1110 | 1011100 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FDD913
Complementary color
Monochromatic Colors of #FDD913
Black with #FDD913
Text Example
Text Example
White with #FDD913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD913; }
p { color: rgb(253,217,19); }
H1.HeaderClassName
{
color: #FDD913;
}
.AnyTagClassName
{
color: #FDD913;
}
</style>
background-color css
<style>
a { background-color: #FDD913; }
a { background-color: rgb(253,217,19); }
div.DivClassName
{
background-color: #FDD913;
}
.BgClassName
{
background-color: #FDD913;
}
</style>
border-color css
<style>
span { border-color: #FDD913; }
span { border-color: rgb(253,217,19); }
td.TdClassName
{
border-color: #FDD913;
}
.TagClassName
{
border-color: #FDD913;
}
</style>