Shades of Lemon #F7DC1B
Tints of Lemon #F7DC1B
RGB
CMYK
RGB Variations
Color information
#F7DC1B (or 0xF7DC1B) is known color: Lemon. HEX triplet: F7, DC and 1B. RGB value is (247,220,27). Sum of RGB (Red+Green+Blue) = 247+220+27=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DC1B is #0823E4. Grayscale: #CECECE. Windows color (decimal): -533477 or 1826039. OLE color: 1826039.
HSL color Cylindrical-coordinate representation of color #F7DC1B: hue angle of 52.64º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7DC1B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.03 |
| HSL | 52.64º | 0.93% | 0.54% | - |
| HSV(B) | 52.64º | 0.89% | 0.97% | - |
| XYZ | 64.15 | 71.04 | 11.37 | - |
| YUV | 206.07 | 26.95 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 27 | 0 | 0.11 | 0.89 | 0.03 | 52.64 | 0.93 | 0.54 |
| Hex | F7 | DC | 1B | 0 | B | 59 | 3 | 35 | 5D | 36 |
| Octal | 367 | 334 | 33 | 0 | 13 | 131 | 3 | 65 | 135 | 66 |
| Binary | 11110111 | 11011100 | 11011 | 0 | 1011 | 1011001 | 11 | 110101 | 1011101 | 110110 |
Color Harmonies of #F7DC1B
Complementary color
Monochromatic Colors of #F7DC1B
Black with #F7DC1B
Text Example
Text Example
White with #F7DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC1B; }
p { color: rgb(247,220,27); }
H1.HeaderClassName
{
color: #F7DC1B;
}
.AnyTagClassName
{
color: #F7DC1B;
}
</style>
background-color css
<style>
a { background-color: #F7DC1B; }
a { background-color: rgb(247,220,27); }
div.DivClassName
{
background-color: #F7DC1B;
}
.BgClassName
{
background-color: #F7DC1B;
}
</style>
border-color css
<style>
span { border-color: #F7DC1B; }
span { border-color: rgb(247,220,27); }
td.TdClassName
{
border-color: #F7DC1B;
}
.TagClassName
{
border-color: #F7DC1B;
}
</style>