Shades of Lemon #FDDF14
Tints of Lemon #FDDF14
RGB
CMYK
RGB Variations
Color information
#FDDF14 (or 0xFDDF14) is known color: Lemon. HEX triplet: FD, DF and 14. RGB value is (253,223,20). Sum of RGB (Red+Green+Blue) = 253+223+20=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF14 is #0220EB. Grayscale: #D1D1D1. Windows color (decimal): -139500 or 1368061. OLE color: 1368061.
HSL color Cylindrical-coordinate representation of color #FDDF14: hue angle of 52.27º 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 #FDDF14 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.01 |
| HSL | 52.27º | 0.98% | 0.54% | - |
| HSV(B) | 52.27º | 0.92% | 0.99% | - |
| XYZ | 67.02 | 73.71 | 11.36 | - |
| YUV | 208.83 | 21.44 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 20 | 0 | 0.12 | 0.92 | 0.01 | 52.27 | 0.98 | 0.54 |
| Hex | FD | DF | 14 | 0 | C | 5C | 1 | 34 | 62 | 36 |
| Octal | 375 | 337 | 24 | 0 | 14 | 134 | 1 | 64 | 142 | 66 |
| Binary | 11111101 | 11011111 | 10100 | 0 | 1100 | 1011100 | 1 | 110100 | 1100010 | 110110 |
Color Harmonies of #FDDF14
Complementary color
Monochromatic Colors of #FDDF14
Black with #FDDF14
Text Example
Text Example
White with #FDDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF14; }
p { color: rgb(253,223,20); }
H1.HeaderClassName
{
color: #FDDF14;
}
.AnyTagClassName
{
color: #FDDF14;
}
</style>
background-color css
<style>
a { background-color: #FDDF14; }
a { background-color: rgb(253,223,20); }
div.DivClassName
{
background-color: #FDDF14;
}
.BgClassName
{
background-color: #FDDF14;
}
</style>
border-color css
<style>
span { border-color: #FDDF14; }
span { border-color: rgb(253,223,20); }
td.TdClassName
{
border-color: #FDDF14;
}
.TagClassName
{
border-color: #FDDF14;
}
</style>