Shades of Lemon #FDD714
Tints of Lemon #FDD714
RGB
CMYK
RGB Variations
Color information
#FDD714 (or 0xFDD714) is known color: Lemon. HEX triplet: FD, D7 and 14. RGB value is (253,215,20). Sum of RGB (Red+Green+Blue) = 253+215+20=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD714 is #0228EB. Grayscale: #CCCCCC. Windows color (decimal): -141548 or 1366013. OLE color: 1366013.
HSL color Cylindrical-coordinate representation of color #FDD714: hue angle of 50.21º 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 #FDD714 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.01 |
| HSL | 50.21º | 0.98% | 0.54% | - |
| HSV(B) | 50.21º | 0.92% | 0.99% | - |
| XYZ | 64.93 | 69.53 | 10.66 | - |
| YUV | 204.13 | 24.09 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 20 | 0 | 0.15 | 0.92 | 0.01 | 50.21 | 0.98 | 0.54 |
| Hex | FD | D7 | 14 | 0 | F | 5C | 1 | 32 | 62 | 36 |
| Octal | 375 | 327 | 24 | 0 | 17 | 134 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11010111 | 10100 | 0 | 1111 | 1011100 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD714
Complementary color
Monochromatic Colors of #FDD714
Black with #FDD714
Text Example
Text Example
White with #FDD714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD714; }
p { color: rgb(253,215,20); }
H1.HeaderClassName
{
color: #FDD714;
}
.AnyTagClassName
{
color: #FDD714;
}
</style>
background-color css
<style>
a { background-color: #FDD714; }
a { background-color: rgb(253,215,20); }
div.DivClassName
{
background-color: #FDD714;
}
.BgClassName
{
background-color: #FDD714;
}
</style>
border-color css
<style>
span { border-color: #FDD714; }
span { border-color: rgb(253,215,20); }
td.TdClassName
{
border-color: #FDD714;
}
.TagClassName
{
border-color: #FDD714;
}
</style>