Shades of Lemon #FDF515
Tints of Lemon #FDF515
RGB
CMYK
RGB Variations
Color information
#FDF515 (or 0xFDF515) is known color: Lemon. HEX triplet: FD, F5 and 15. RGB value is (253,245,21). Sum of RGB (Red+Green+Blue) = 253+245+21=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 21 (8.59% from 255 or 4.05% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF515 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF515 is #020AEA. Grayscale: #DEDEDE. Windows color (decimal): -133867 or 1439229. OLE color: 1439229.
HSL color Cylindrical-coordinate representation of color #FDF515: hue angle of 57.93º 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 #FDF515 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 21 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.01 |
| HSL | 57.93º | 0.98% | 0.54% | - |
| HSV(B) | 57.93º | 0.92% | 0.99% | - |
| XYZ | 73.3 | 86.24 | 13.49 | - |
| YUV | 221.86 | 14.65 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 21 | 0 | 0.03 | 0.92 | 0.01 | 57.93 | 0.98 | 0.54 |
| Hex | FD | F5 | 15 | 0 | 3 | 5C | 1 | 3A | 62 | 36 |
| Octal | 375 | 365 | 25 | 0 | 3 | 134 | 1 | 72 | 142 | 66 |
| Binary | 11111101 | 11110101 | 10101 | 0 | 11 | 1011100 | 1 | 111010 | 1100010 | 110110 |
Color Harmonies of #FDF515
Complementary color
Monochromatic Colors of #FDF515
Black with #FDF515
Text Example
Text Example
White with #FDF515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF515; }
p { color: rgb(253,245,21); }
H1.HeaderClassName
{
color: #FDF515;
}
.AnyTagClassName
{
color: #FDF515;
}
</style>
background-color css
<style>
a { background-color: #FDF515; }
a { background-color: rgb(253,245,21); }
div.DivClassName
{
background-color: #FDF515;
}
.BgClassName
{
background-color: #FDF515;
}
</style>
border-color css
<style>
span { border-color: #FDF515; }
span { border-color: rgb(253,245,21); }
td.TdClassName
{
border-color: #FDF515;
}
.TagClassName
{
border-color: #FDF515;
}
</style>