Shades of Lemon #FFD915
Tints of Lemon #FFD915
RGB
CMYK
RGB Variations
Color information
#FFD915 (or 0xFFD915) is known color: Lemon. HEX triplet: FF, D9 and 15. RGB value is (255,217,21). Sum of RGB (Red+Green+Blue) = 255+217+21=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 21 (8.59% from 255 or 4.26% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD915 is #0026EA. Grayscale: #CECECE. Windows color (decimal): -9963 or 1432063. OLE color: 1432063.
HSL color Cylindrical-coordinate representation of color #FFD915: hue angle of 50.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFD915 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 21 | - |
| CMYK | 0 | 0.15 | 0.92 | 0 |
| HSL | 50.26º | 1% | 0.54% | - |
| HSV(B) | 50.26º | 0.92% | 1% | - |
| XYZ | 66.19 | 70.94 | 10.91 | - |
| YUV | 206.02 | 23.59 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 21 | 0 | 0.15 | 0.92 | 0 | 50.26 | 1 | 0.54 |
| Hex | FF | D9 | 15 | 0 | F | 5C | 0 | 32 | 64 | 36 |
| Octal | 377 | 331 | 25 | 0 | 17 | 134 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11011001 | 10101 | 0 | 1111 | 1011100 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD915
Complementary color
Monochromatic Colors of #FFD915
Black with #FFD915
Text Example
Text Example
White with #FFD915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD915; }
p { color: rgb(255,217,21); }
H1.HeaderClassName
{
color: #FFD915;
}
.AnyTagClassName
{
color: #FFD915;
}
</style>
background-color css
<style>
a { background-color: #FFD915; }
a { background-color: rgb(255,217,21); }
div.DivClassName
{
background-color: #FFD915;
}
.BgClassName
{
background-color: #FFD915;
}
</style>
border-color css
<style>
span { border-color: #FFD915; }
span { border-color: rgb(255,217,21); }
td.TdClassName
{
border-color: #FFD915;
}
.TagClassName
{
border-color: #FFD915;
}
</style>