Shades of Lemon #FDF714
Tints of Lemon #FDF714
RGB
CMYK
RGB Variations
Color information
#FDF714 (or 0xFDF714) is known color: Lemon. HEX triplet: FD, F7 and 14. RGB value is (253,247,20). Sum of RGB (Red+Green+Blue) = 253+247+20=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 20 (8.20% from 255 or 3.85% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF714 is #0208EB. Grayscale: #DFDFDF. Windows color (decimal): -133356 or 1374205. OLE color: 1374205.
HSL color Cylindrical-coordinate representation of color #FDF714: hue angle of 58.45º 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 #FDF714 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 20 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.01 |
| HSL | 58.45º | 0.98% | 0.54% | - |
| HSV(B) | 58.45º | 0.92% | 0.99% | - |
| XYZ | 73.9 | 87.45 | 13.65 | - |
| YUV | 222.92 | 13.49 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 20 | 0 | 0.02 | 0.92 | 0.01 | 58.45 | 0.98 | 0.54 |
| Hex | FD | F7 | 14 | 0 | 2 | 5C | 1 | 3A | 62 | 36 |
| Octal | 375 | 367 | 24 | 0 | 2 | 134 | 1 | 72 | 142 | 66 |
| Binary | 11111101 | 11110111 | 10100 | 0 | 10 | 1011100 | 1 | 111010 | 1100010 | 110110 |
Color Harmonies of #FDF714
Complementary color
Monochromatic Colors of #FDF714
Black with #FDF714
Text Example
Text Example
White with #FDF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF714; }
p { color: rgb(253,247,20); }
H1.HeaderClassName
{
color: #FDF714;
}
.AnyTagClassName
{
color: #FDF714;
}
</style>
background-color css
<style>
a { background-color: #FDF714; }
a { background-color: rgb(253,247,20); }
div.DivClassName
{
background-color: #FDF714;
}
.BgClassName
{
background-color: #FDF714;
}
</style>
border-color css
<style>
span { border-color: #FDF714; }
span { border-color: rgb(253,247,20); }
td.TdClassName
{
border-color: #FDF714;
}
.TagClassName
{
border-color: #FDF714;
}
</style>