Shades of Lemon #FFD714
Tints of Lemon #FFD714
RGB
CMYK
RGB Variations
Color information
#FFD714 (or 0xFFD714) is known color: Lemon. HEX triplet: FF, D7 and 14. RGB value is (255,215,20). Sum of RGB (Red+Green+Blue) = 255+215+20=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD714 is #0028EB. Grayscale: #CDCDCD. Windows color (decimal): -10476 or 1366015. OLE color: 1366015.
HSL color Cylindrical-coordinate representation of color #FFD714: hue angle of 49.79º 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 #FFD714 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0 |
| HSL | 49.79º | 1% | 0.54% | - |
| HSV(B) | 49.79º | 0.92% | 1% | - |
| XYZ | 65.67 | 69.91 | 10.7 | - |
| YUV | 204.73 | 23.75 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 20 | 0 | 0.16 | 0.92 | 0 | 49.79 | 1 | 0.54 |
| Hex | FF | D7 | 14 | 0 | 10 | 5C | 0 | 32 | 64 | 36 |
| Octal | 377 | 327 | 24 | 0 | 20 | 134 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11010111 | 10100 | 0 | 10000 | 1011100 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD714
Complementary color
Monochromatic Colors of #FFD714
Black with #FFD714
Text Example
Text Example
White with #FFD714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD714; }
p { color: rgb(255,215,20); }
H1.HeaderClassName
{
color: #FFD714;
}
.AnyTagClassName
{
color: #FFD714;
}
</style>
background-color css
<style>
a { background-color: #FFD714; }
a { background-color: rgb(255,215,20); }
div.DivClassName
{
background-color: #FFD714;
}
.BgClassName
{
background-color: #FFD714;
}
</style>
border-color css
<style>
span { border-color: #FFD714; }
span { border-color: rgb(255,215,20); }
td.TdClassName
{
border-color: #FFD714;
}
.TagClassName
{
border-color: #FFD714;
}
</style>