Shades of Lemon #F7FA1A
Tints of Lemon #F7FA1A
RGB
CMYK
RGB Variations
Color information
#F7FA1A (or 0xF7FA1A) is known color: Lemon. HEX triplet: F7, FA and 1A. RGB value is (247,250,26). Sum of RGB (Red+Green+Blue) = 247+250+26=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 26 (10.55% from 255 or 4.97% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FA1A is #0805E5. Grayscale: #E0E0E0. Windows color (decimal): -525798 or 1768183. OLE color: 1768183.
HSL color Cylindrical-coordinate representation of color #F7FA1A: hue angle of 60.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7FA1A is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 26 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.02 |
| HSL | 60.8º | 0.96% | 0.54% | - |
| HSV(B) | 60.8º | 0.9% | 0.98% | - |
| XYZ | 72.73 | 88.22 | 14.17 | - |
| YUV | 223.57 | 16.51 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 26 | 0.01 | 0 | 0.90 | 0.02 | 60.8 | 0.96 | 0.54 |
| Hex | F7 | FA | 1A | 1 | 0 | 5A | 2 | 3D | 60 | 36 |
| Octal | 367 | 372 | 32 | 1 | 0 | 132 | 2 | 75 | 140 | 66 |
| Binary | 11110111 | 11111010 | 11010 | 1 | 0 | 1011010 | 10 | 111101 | 1100000 | 110110 |
Color Harmonies of #F7FA1A
Complementary color
Monochromatic Colors of #F7FA1A
Black with #F7FA1A
Text Example
Text Example
White with #F7FA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA1A; }
p { color: rgb(247,250,26); }
H1.HeaderClassName
{
color: #F7FA1A;
}
.AnyTagClassName
{
color: #F7FA1A;
}
</style>
background-color css
<style>
a { background-color: #F7FA1A; }
a { background-color: rgb(247,250,26); }
div.DivClassName
{
background-color: #F7FA1A;
}
.BgClassName
{
background-color: #F7FA1A;
}
</style>
border-color css
<style>
span { border-color: #F7FA1A; }
span { border-color: rgb(247,250,26); }
td.TdClassName
{
border-color: #F7FA1A;
}
.TagClassName
{
border-color: #F7FA1A;
}
</style>