Shades of Lemon #F7FA1B
Tints of Lemon #F7FA1B
RGB
CMYK
RGB Variations
Color information
#F7FA1B (or 0xF7FA1B) is known color: Lemon. HEX triplet: F7, FA and 1B. RGB value is (247,250,27). Sum of RGB (Red+Green+Blue) = 247+250+27=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 27 (10.94% from 255 or 5.15% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FA1B is #0805E4. Grayscale: #E0E0E0. Windows color (decimal): -525797 or 1833719. OLE color: 1833719.
HSL color Cylindrical-coordinate representation of color #F7FA1B: hue angle of 60.81º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7FA1B is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 27 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.02 |
| HSL | 60.81º | 0.96% | 0.54% | - |
| HSV(B) | 60.81º | 0.89% | 0.98% | - |
| XYZ | 72.74 | 88.22 | 14.23 | - |
| YUV | 223.68 | 17.01 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 27 | 0.01 | 0 | 0.89 | 0.02 | 60.81 | 0.96 | 0.54 |
| Hex | F7 | FA | 1B | 1 | 0 | 59 | 2 | 3D | 60 | 36 |
| Octal | 367 | 372 | 33 | 1 | 0 | 131 | 2 | 75 | 140 | 66 |
| Binary | 11110111 | 11111010 | 11011 | 1 | 0 | 1011001 | 10 | 111101 | 1100000 | 110110 |
Color Harmonies of #F7FA1B
Complementary color
Monochromatic Colors of #F7FA1B
Black with #F7FA1B
Text Example
Text Example
White with #F7FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA1B; }
p { color: rgb(247,250,27); }
H1.HeaderClassName
{
color: #F7FA1B;
}
.AnyTagClassName
{
color: #F7FA1B;
}
</style>
background-color css
<style>
a { background-color: #F7FA1B; }
a { background-color: rgb(247,250,27); }
div.DivClassName
{
background-color: #F7FA1B;
}
.BgClassName
{
background-color: #F7FA1B;
}
</style>
border-color css
<style>
span { border-color: #F7FA1B; }
span { border-color: rgb(247,250,27); }
td.TdClassName
{
border-color: #F7FA1B;
}
.TagClassName
{
border-color: #F7FA1B;
}
</style>