Shades of Lemon #F7F003
Tints of Lemon #F7F003
RGB
CMYK
RGB Variations
Color information
#F7F003 (or 0xF7F003) is known color: Lemon. HEX triplet: F7, F0 and 03. RGB value is (247,240,3). Sum of RGB (Red+Green+Blue) = 247+240+3=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 3 (1.56% from 255 or 0.61% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F003 is #080FFC. Grayscale: #D8D8D8. Windows color (decimal): -528381 or 258295. OLE color: 258295.
HSL color Cylindrical-coordinate representation of color #F7F003: hue angle of 58.28º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7F003 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.03 |
| HSL | 58.28º | 0.98% | 0.49% | - |
| HSV(B) | 58.28º | 0.99% | 0.97% | - |
| XYZ | 69.53 | 82.1 | 12.27 | - |
| YUV | 215.08 | 8.32 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 3 | 0 | 0.03 | 0.99 | 0.03 | 58.28 | 0.98 | 0.49 |
| Hex | F7 | F0 | 3 | 0 | 3 | 63 | 3 | 3A | 62 | 31 |
| Octal | 367 | 360 | 3 | 0 | 3 | 143 | 3 | 72 | 142 | 61 |
| Binary | 11110111 | 11110000 | 11 | 0 | 11 | 1100011 | 11 | 111010 | 1100010 | 110001 |
Color Harmonies of #F7F003
Complementary color
Monochromatic Colors of #F7F003
Black with #F7F003
Text Example
Text Example
White with #F7F003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F003; }
p { color: rgb(247,240,3); }
H1.HeaderClassName
{
color: #F7F003;
}
.AnyTagClassName
{
color: #F7F003;
}
</style>
background-color css
<style>
a { background-color: #F7F003; }
a { background-color: rgb(247,240,3); }
div.DivClassName
{
background-color: #F7F003;
}
.BgClassName
{
background-color: #F7F003;
}
</style>
border-color css
<style>
span { border-color: #F7F003; }
span { border-color: rgb(247,240,3); }
td.TdClassName
{
border-color: #F7F003;
}
.TagClassName
{
border-color: #F7F003;
}
</style>