Shades of Lemon #F7DC12
Tints of Lemon #F7DC12
RGB
CMYK
RGB Variations
Color information
#F7DC12 (or 0xF7DC12) is known color: Lemon. HEX triplet: F7, DC and 12. RGB value is (247,220,18). Sum of RGB (Red+Green+Blue) = 247+220+18=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7DC12 is #0823ED. Grayscale: #CDCDCD. Windows color (decimal): -533486 or 1236215. OLE color: 1236215.
HSL color Cylindrical-coordinate representation of color #F7DC12: hue angle of 52.93º 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 #F7DC12 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 18 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.03 |
| HSL | 52.93º | 0.93% | 0.52% | - |
| HSV(B) | 52.93º | 0.93% | 0.97% | - |
| XYZ | 64.06 | 71 | 10.9 | - |
| YUV | 205.05 | 22.45 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 18 | 0 | 0.11 | 0.93 | 0.03 | 52.93 | 0.93 | 0.52 |
| Hex | F7 | DC | 12 | 0 | B | 5D | 3 | 35 | 5D | 34 |
| Octal | 367 | 334 | 22 | 0 | 13 | 135 | 3 | 65 | 135 | 64 |
| Binary | 11110111 | 11011100 | 10010 | 0 | 1011 | 1011101 | 11 | 110101 | 1011101 | 110100 |
Color Harmonies of #F7DC12
Complementary color
Monochromatic Colors of #F7DC12
Black with #F7DC12
Text Example
Text Example
White with #F7DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC12; }
p { color: rgb(247,220,18); }
H1.HeaderClassName
{
color: #F7DC12;
}
.AnyTagClassName
{
color: #F7DC12;
}
</style>
background-color css
<style>
a { background-color: #F7DC12; }
a { background-color: rgb(247,220,18); }
div.DivClassName
{
background-color: #F7DC12;
}
.BgClassName
{
background-color: #F7DC12;
}
</style>
border-color css
<style>
span { border-color: #F7DC12; }
span { border-color: rgb(247,220,18); }
td.TdClassName
{
border-color: #F7DC12;
}
.TagClassName
{
border-color: #F7DC12;
}
</style>