Shades of Lemon #FDD912
Tints of Lemon #FDD912
RGB
CMYK
RGB Variations
Color information
#FDD912 (or 0xFDD912) is known color: Lemon. HEX triplet: FD, D9 and 12. RGB value is (253,217,18). Sum of RGB (Red+Green+Blue) = 253+217+18=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD912 is #0226ED. Grayscale: #CDCDCD. Windows color (decimal): -141038 or 1235453. OLE color: 1235453.
HSL color Cylindrical-coordinate representation of color #FDD912: hue angle of 50.81º 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 #FDD912 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 18 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.01 |
| HSL | 50.81º | 0.98% | 0.53% | - |
| HSV(B) | 50.81º | 0.93% | 0.99% | - |
| XYZ | 65.43 | 70.55 | 10.74 | - |
| YUV | 205.08 | 22.43 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 18 | 0 | 0.14 | 0.93 | 0.01 | 50.81 | 0.98 | 0.53 |
| Hex | FD | D9 | 12 | 0 | E | 5D | 1 | 33 | 62 | 35 |
| Octal | 375 | 331 | 22 | 0 | 16 | 135 | 1 | 63 | 142 | 65 |
| Binary | 11111101 | 11011001 | 10010 | 0 | 1110 | 1011101 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FDD912
Complementary color
Monochromatic Colors of #FDD912
Black with #FDD912
Text Example
Text Example
White with #FDD912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD912; }
p { color: rgb(253,217,18); }
H1.HeaderClassName
{
color: #FDD912;
}
.AnyTagClassName
{
color: #FDD912;
}
</style>
background-color css
<style>
a { background-color: #FDD912; }
a { background-color: rgb(253,217,18); }
div.DivClassName
{
background-color: #FDD912;
}
.BgClassName
{
background-color: #FDD912;
}
</style>
border-color css
<style>
span { border-color: #FDD912; }
span { border-color: rgb(253,217,18); }
td.TdClassName
{
border-color: #FDD912;
}
.TagClassName
{
border-color: #FDD912;
}
</style>