Shades of Lemon #FDF615
Tints of Lemon #FDF615
RGB
CMYK
RGB Variations
Color information
#FDF615 (or 0xFDF615) is known color: Lemon. HEX triplet: FD, F6 and 15. RGB value is (253,246,21). Sum of RGB (Red+Green+Blue) = 253+246+21=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 21 (8.59% from 255 or 4.04% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF615 is #0209EA. Grayscale: #DFDFDF. Windows color (decimal): -133611 or 1439485. OLE color: 1439485.
HSL color Cylindrical-coordinate representation of color #FDF615: hue angle of 58.19º 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 #FDF615 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 21 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.01 |
| HSL | 58.19º | 0.98% | 0.54% | - |
| HSV(B) | 58.19º | 0.92% | 0.99% | - |
| XYZ | 73.6 | 86.85 | 13.59 | - |
| YUV | 222.44 | 14.32 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 21 | 0 | 0.03 | 0.92 | 0.01 | 58.19 | 0.98 | 0.54 |
| Hex | FD | F6 | 15 | 0 | 3 | 5C | 1 | 3A | 62 | 36 |
| Octal | 375 | 366 | 25 | 0 | 3 | 134 | 1 | 72 | 142 | 66 |
| Binary | 11111101 | 11110110 | 10101 | 0 | 11 | 1011100 | 1 | 111010 | 1100010 | 110110 |
Color Harmonies of #FDF615
Complementary color
Monochromatic Colors of #FDF615
Black with #FDF615
Text Example
Text Example
White with #FDF615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF615; }
p { color: rgb(253,246,21); }
H1.HeaderClassName
{
color: #FDF615;
}
.AnyTagClassName
{
color: #FDF615;
}
</style>
background-color css
<style>
a { background-color: #FDF615; }
a { background-color: rgb(253,246,21); }
div.DivClassName
{
background-color: #FDF615;
}
.BgClassName
{
background-color: #FDF615;
}
</style>
border-color css
<style>
span { border-color: #FDF615; }
span { border-color: rgb(253,246,21); }
td.TdClassName
{
border-color: #FDF615;
}
.TagClassName
{
border-color: #FDF615;
}
</style>