Shades of Lemon #FDDC12
Tints of Lemon #FDDC12
RGB
CMYK
RGB Variations
Color information
#FDDC12 (or 0xFDDC12) is known color: Lemon. HEX triplet: FD, DC and 12. RGB value is (253,220,18). Sum of RGB (Red+Green+Blue) = 253+220+18=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC12 is #0223ED. Grayscale: #CFCFCF. Windows color (decimal): -140270 or 1236221. OLE color: 1236221.
HSL color Cylindrical-coordinate representation of color #FDDC12: hue angle of 51.57º 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 #FDDC12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.01 |
| HSL | 51.57º | 0.98% | 0.53% | - |
| HSV(B) | 51.57º | 0.93% | 0.99% | - |
| XYZ | 66.21 | 72.11 | 11 | - |
| YUV | 206.84 | 21.43 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 18 | 0 | 0.13 | 0.93 | 0.01 | 51.57 | 0.98 | 0.53 |
| Hex | FD | DC | 12 | 0 | D | 5D | 1 | 34 | 62 | 35 |
| Octal | 375 | 334 | 22 | 0 | 15 | 135 | 1 | 64 | 142 | 65 |
| Binary | 11111101 | 11011100 | 10010 | 0 | 1101 | 1011101 | 1 | 110100 | 1100010 | 110101 |
Color Harmonies of #FDDC12
Complementary color
Monochromatic Colors of #FDDC12
Black with #FDDC12
Text Example
Text Example
White with #FDDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC12; }
p { color: rgb(253,220,18); }
H1.HeaderClassName
{
color: #FDDC12;
}
.AnyTagClassName
{
color: #FDDC12;
}
</style>
background-color css
<style>
a { background-color: #FDDC12; }
a { background-color: rgb(253,220,18); }
div.DivClassName
{
background-color: #FDDC12;
}
.BgClassName
{
background-color: #FDDC12;
}
</style>
border-color css
<style>
span { border-color: #FDDC12; }
span { border-color: rgb(253,220,18); }
td.TdClassName
{
border-color: #FDDC12;
}
.TagClassName
{
border-color: #FDDC12;
}
</style>