Shades of Lemon #F7DF0B
Tints of Lemon #F7DF0B
RGB
CMYK
RGB Variations
Color information
#F7DF0B (or 0xF7DF0B) is known color: Lemon. HEX triplet: F7, DF and 0B. RGB value is (247,223,11). Sum of RGB (Red+Green+Blue) = 247+223+11=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7DF0B is #0820F4. Grayscale: #CECECE. Windows color (decimal): -532725 or 778231. OLE color: 778231.
HSL color Cylindrical-coordinate representation of color #F7DF0B: hue angle of 53.9º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7DF0B is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 11 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.03 |
| HSL | 53.9º | 0.94% | 0.51% | - |
| HSV(B) | 53.9º | 0.96% | 0.97% | - |
| XYZ | 64.81 | 72.57 | 10.91 | - |
| YUV | 206.01 | 17.95 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 11 | 0 | 0.10 | 0.96 | 0.03 | 53.9 | 0.94 | 0.51 |
| Hex | F7 | DF | B | 0 | A | 60 | 3 | 36 | 5E | 33 |
| Octal | 367 | 337 | 13 | 0 | 12 | 140 | 3 | 66 | 136 | 63 |
| Binary | 11110111 | 11011111 | 1011 | 0 | 1010 | 1100000 | 11 | 110110 | 1011110 | 110011 |
Color Harmonies of #F7DF0B
Complementary color
Monochromatic Colors of #F7DF0B
Black with #F7DF0B
Text Example
Text Example
White with #F7DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DF0B; }
p { color: rgb(247,223,11); }
H1.HeaderClassName
{
color: #F7DF0B;
}
.AnyTagClassName
{
color: #F7DF0B;
}
</style>
background-color css
<style>
a { background-color: #F7DF0B; }
a { background-color: rgb(247,223,11); }
div.DivClassName
{
background-color: #F7DF0B;
}
.BgClassName
{
background-color: #F7DF0B;
}
</style>
border-color css
<style>
span { border-color: #F7DF0B; }
span { border-color: rgb(247,223,11); }
td.TdClassName
{
border-color: #F7DF0B;
}
.TagClassName
{
border-color: #F7DF0B;
}
</style>