Shades of Lemon #FFD715
Tints of Lemon #FFD715
RGB
CMYK
RGB Variations
Color information
#FFD715 (or 0xFFD715) is known color: Lemon. HEX triplet: FF, D7 and 15. RGB value is (255,215,21). Sum of RGB (Red+Green+Blue) = 255+215+21=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD715 is #0028EA. Grayscale: #CDCDCD. Windows color (decimal): -10475 or 1431551. OLE color: 1431551.
HSL color Cylindrical-coordinate representation of color #FFD715: hue angle of 49.74º 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 #FFD715 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 21 | - |
| CMYK | 0 | 0.16 | 0.92 | 0 |
| HSL | 49.74º | 1% | 0.54% | - |
| HSV(B) | 49.74º | 0.92% | 1% | - |
| XYZ | 65.68 | 69.92 | 10.74 | - |
| YUV | 204.84 | 24.25 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 21 | 0 | 0.16 | 0.92 | 0 | 49.74 | 1 | 0.54 |
| Hex | FF | D7 | 15 | 0 | 10 | 5C | 0 | 32 | 64 | 36 |
| Octal | 377 | 327 | 25 | 0 | 20 | 134 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11010111 | 10101 | 0 | 10000 | 1011100 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD715
Complementary color
Monochromatic Colors of #FFD715
Black with #FFD715
Text Example
Text Example
White with #FFD715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD715; }
p { color: rgb(255,215,21); }
H1.HeaderClassName
{
color: #FFD715;
}
.AnyTagClassName
{
color: #FFD715;
}
</style>
background-color css
<style>
a { background-color: #FFD715; }
a { background-color: rgb(255,215,21); }
div.DivClassName
{
background-color: #FFD715;
}
.BgClassName
{
background-color: #FFD715;
}
</style>
border-color css
<style>
span { border-color: #FFD715; }
span { border-color: rgb(255,215,21); }
td.TdClassName
{
border-color: #FFD715;
}
.TagClassName
{
border-color: #FFD715;
}
</style>