Shades of Lemon #FDD914
Tints of Lemon #FDD914
RGB
CMYK
RGB Variations
Color information
#FDD914 (or 0xFDD914) is known color: Lemon. HEX triplet: FD, D9 and 14. RGB value is (253,217,20). Sum of RGB (Red+Green+Blue) = 253+217+20=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD914 is #0226EB. Grayscale: #CECECE. Windows color (decimal): -141036 or 1366525. OLE color: 1366525.
HSL color Cylindrical-coordinate representation of color #FDD914: hue angle of 50.73º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDD914 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.01 |
| HSL | 50.73º | 0.98% | 0.54% | - |
| HSV(B) | 50.73º | 0.92% | 0.99% | - |
| XYZ | 65.45 | 70.56 | 10.83 | - |
| YUV | 205.31 | 23.43 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 20 | 0 | 0.14 | 0.92 | 0.01 | 50.73 | 0.98 | 0.54 |
| Hex | FD | D9 | 14 | 0 | E | 5C | 1 | 33 | 62 | 36 |
| Octal | 375 | 331 | 24 | 0 | 16 | 134 | 1 | 63 | 142 | 66 |
| Binary | 11111101 | 11011001 | 10100 | 0 | 1110 | 1011100 | 1 | 110011 | 1100010 | 110110 |
Color Harmonies of #FDD914
Complementary color
Monochromatic Colors of #FDD914
Black with #FDD914
Text Example
Text Example
White with #FDD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD914; }
p { color: rgb(253,217,20); }
H1.HeaderClassName
{
color: #FDD914;
}
.AnyTagClassName
{
color: #FDD914;
}
</style>
background-color css
<style>
a { background-color: #FDD914; }
a { background-color: rgb(253,217,20); }
div.DivClassName
{
background-color: #FDD914;
}
.BgClassName
{
background-color: #FDD914;
}
</style>
border-color css
<style>
span { border-color: #FDD914; }
span { border-color: rgb(253,217,20); }
td.TdClassName
{
border-color: #FDD914;
}
.TagClassName
{
border-color: #FDD914;
}
</style>