Shades of Lemon #F7D811
Tints of Lemon #F7D811
RGB
CMYK
RGB Variations
Color information
#F7D811 (or 0xF7D811) is known color: Lemon. HEX triplet: F7, D8 and 11. RGB value is (247,216,17). Sum of RGB (Red+Green+Blue) = 247+216+17=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D811 is #0827EE. Grayscale: #CBCBCB. Windows color (decimal): -534511 or 1169655. OLE color: 1169655.
HSL color Cylindrical-coordinate representation of color #F7D811: hue angle of 51.91º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7D811 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.03 |
| HSL | 51.91º | 0.93% | 0.52% | - |
| HSV(B) | 51.91º | 0.93% | 0.97% | - |
| XYZ | 63.01 | 68.93 | 10.51 | - |
| YUV | 202.58 | 23.27 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 17 | 0 | 0.13 | 0.93 | 0.03 | 51.91 | 0.93 | 0.52 |
| Hex | F7 | D8 | 11 | 0 | D | 5D | 3 | 34 | 5D | 34 |
| Octal | 367 | 330 | 21 | 0 | 15 | 135 | 3 | 64 | 135 | 64 |
| Binary | 11110111 | 11011000 | 10001 | 0 | 1101 | 1011101 | 11 | 110100 | 1011101 | 110100 |
Color Harmonies of #F7D811
Complementary color
Monochromatic Colors of #F7D811
Black with #F7D811
Text Example
Text Example
White with #F7D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D811; }
p { color: rgb(247,216,17); }
H1.HeaderClassName
{
color: #F7D811;
}
.AnyTagClassName
{
color: #F7D811;
}
</style>
background-color css
<style>
a { background-color: #F7D811; }
a { background-color: rgb(247,216,17); }
div.DivClassName
{
background-color: #F7D811;
}
.BgClassName
{
background-color: #F7D811;
}
</style>
border-color css
<style>
span { border-color: #F7D811; }
span { border-color: rgb(247,216,17); }
td.TdClassName
{
border-color: #F7D811;
}
.TagClassName
{
border-color: #F7D811;
}
</style>