Shades of Lemon #FFD914
Tints of Lemon #FFD914
RGB
CMYK
RGB Variations
Color information
#FFD914 (or 0xFFD914) is known color: Lemon. HEX triplet: FF, D9 and 14. RGB value is (255,217,20). Sum of RGB (Red+Green+Blue) = 255+217+20=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 20 (8.20% from 255 or 4.07% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD914 is #0026EB. Grayscale: #CECECE. Windows color (decimal): -9964 or 1366527. OLE color: 1366527.
HSL color Cylindrical-coordinate representation of color #FFD914: hue angle of 50.3º 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 #FFD914 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0 |
| HSL | 50.3º | 1% | 0.54% | - |
| HSV(B) | 50.3º | 0.92% | 1% | - |
| XYZ | 66.18 | 70.94 | 10.87 | - |
| YUV | 205.9 | 23.09 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 20 | 0 | 0.15 | 0.92 | 0 | 50.3 | 1 | 0.54 |
| Hex | FF | D9 | 14 | 0 | F | 5C | 0 | 32 | 64 | 36 |
| Octal | 377 | 331 | 24 | 0 | 17 | 134 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11011001 | 10100 | 0 | 1111 | 1011100 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD914
Complementary color
Monochromatic Colors of #FFD914
Black with #FFD914
Text Example
Text Example
White with #FFD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD914; }
p { color: rgb(255,217,20); }
H1.HeaderClassName
{
color: #FFD914;
}
.AnyTagClassName
{
color: #FFD914;
}
</style>
background-color css
<style>
a { background-color: #FFD914; }
a { background-color: rgb(255,217,20); }
div.DivClassName
{
background-color: #FFD914;
}
.BgClassName
{
background-color: #FFD914;
}
</style>
border-color css
<style>
span { border-color: #FFD914; }
span { border-color: rgb(255,217,20); }
td.TdClassName
{
border-color: #FFD914;
}
.TagClassName
{
border-color: #FFD914;
}
</style>