Shades of Lemon #FDDD12
Tints of Lemon #FDDD12
RGB
CMYK
RGB Variations
Color information
#FDDD12 (or 0xFDDD12) is known color: Lemon. HEX triplet: FD, DD and 12. RGB value is (253,221,18). Sum of RGB (Red+Green+Blue) = 253+221+18=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 18 (7.42% from 255 or 3.66% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD12 is #0222ED. Grayscale: #D0D0D0. Windows color (decimal): -140014 or 1236477. OLE color: 1236477.
HSL color Cylindrical-coordinate representation of color #FDDD12: hue angle of 51.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDDD12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.01 |
| HSL | 51.83º | 0.98% | 0.53% | - |
| HSV(B) | 51.83º | 0.93% | 0.99% | - |
| XYZ | 66.47 | 72.64 | 11.09 | - |
| YUV | 207.43 | 21.1 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 18 | 0 | 0.13 | 0.93 | 0.01 | 51.83 | 0.98 | 0.53 |
| Hex | FD | DD | 12 | 0 | D | 5D | 1 | 34 | 62 | 35 |
| Octal | 375 | 335 | 22 | 0 | 15 | 135 | 1 | 64 | 142 | 65 |
| Binary | 11111101 | 11011101 | 10010 | 0 | 1101 | 1011101 | 1 | 110100 | 1100010 | 110101 |
Color Harmonies of #FDDD12
Complementary color
Monochromatic Colors of #FDDD12
Black with #FDDD12
Text Example
Text Example
White with #FDDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD12; }
p { color: rgb(253,221,18); }
H1.HeaderClassName
{
color: #FDDD12;
}
.AnyTagClassName
{
color: #FDDD12;
}
</style>
background-color css
<style>
a { background-color: #FDDD12; }
a { background-color: rgb(253,221,18); }
div.DivClassName
{
background-color: #FDDD12;
}
.BgClassName
{
background-color: #FDDD12;
}
</style>
border-color css
<style>
span { border-color: #FDDD12; }
span { border-color: rgb(253,221,18); }
td.TdClassName
{
border-color: #FDDD12;
}
.TagClassName
{
border-color: #FDDD12;
}
</style>