Shades of Lemon #F7F812
Tints of Lemon #F7F812
RGB
CMYK
RGB Variations
Color information
#F7F812 (or 0xF7F812) is known color: Lemon. HEX triplet: F7, F8 and 12. RGB value is (247,248,18). Sum of RGB (Red+Green+Blue) = 247+248+18=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 18 (7.42% from 255 or 3.51% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #F7F812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F812 is #0807ED. Grayscale: #DEDEDE. Windows color (decimal): -526318 or 1243383. OLE color: 1243383.
HSL color Cylindrical-coordinate representation of color #F7F812: hue angle of 60.26º degrees, saturation: 0.94, 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 #F7F812 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 248 | 18 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.03 |
| HSL | 60.26º | 0.94% | 0.52% | - |
| HSV(B) | 60.26º | 0.93% | 0.97% | - |
| XYZ | 72.03 | 86.95 | 13.56 | - |
| YUV | 221.48 | 13.17 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 248 | 18 | 0.00 | 0 | 0.93 | 0.03 | 60.26 | 0.94 | 0.52 |
| Hex | F7 | F8 | 12 | 0 | 0 | 5D | 3 | 3C | 5E | 34 |
| Octal | 367 | 370 | 22 | 0 | 0 | 135 | 3 | 74 | 136 | 64 |
| Binary | 11110111 | 11111000 | 10010 | 0 | 0 | 1011101 | 11 | 111100 | 1011110 | 110100 |
Color Harmonies of #F7F812
Complementary color
Monochromatic Colors of #F7F812
Black with #F7F812
Text Example
Text Example
White with #F7F812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F812; }
p { color: rgb(247,248,18); }
H1.HeaderClassName
{
color: #F7F812;
}
.AnyTagClassName
{
color: #F7F812;
}
</style>
background-color css
<style>
a { background-color: #F7F812; }
a { background-color: rgb(247,248,18); }
div.DivClassName
{
background-color: #F7F812;
}
.BgClassName
{
background-color: #F7F812;
}
</style>
border-color css
<style>
span { border-color: #F7F812; }
span { border-color: rgb(247,248,18); }
td.TdClassName
{
border-color: #F7F812;
}
.TagClassName
{
border-color: #F7F812;
}
</style>