Shades of Lemon #F7FA1D
Tints of Lemon #F7FA1D
RGB
CMYK
RGB Variations
Color information
#F7FA1D (or 0xF7FA1D) is known color: Lemon. HEX triplet: F7, FA and 1D. RGB value is (247,250,29). Sum of RGB (Red+Green+Blue) = 247+250+29=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 29 (11.72% from 255 or 5.51% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FA1D is #0805E2. Grayscale: #E0E0E0. Windows color (decimal): -525795 or 1964791. OLE color: 1964791.
HSL color Cylindrical-coordinate representation of color #F7FA1D: hue angle of 60.81º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7FA1D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 29 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.02 |
| HSL | 60.81º | 0.96% | 0.55% | - |
| HSV(B) | 60.81º | 0.88% | 0.98% | - |
| XYZ | 72.77 | 88.23 | 14.36 | - |
| YUV | 223.91 | 18.01 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 29 | 0.01 | 0 | 0.88 | 0.02 | 60.81 | 0.96 | 0.55 |
| Hex | F7 | FA | 1D | 1 | 0 | 58 | 2 | 3D | 60 | 37 |
| Octal | 367 | 372 | 35 | 1 | 0 | 130 | 2 | 75 | 140 | 67 |
| Binary | 11110111 | 11111010 | 11101 | 1 | 0 | 1011000 | 10 | 111101 | 1100000 | 110111 |
Color Harmonies of #F7FA1D
Complementary color
Monochromatic Colors of #F7FA1D
Black with #F7FA1D
Text Example
Text Example
White with #F7FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA1D; }
p { color: rgb(247,250,29); }
H1.HeaderClassName
{
color: #F7FA1D;
}
.AnyTagClassName
{
color: #F7FA1D;
}
</style>
background-color css
<style>
a { background-color: #F7FA1D; }
a { background-color: rgb(247,250,29); }
div.DivClassName
{
background-color: #F7FA1D;
}
.BgClassName
{
background-color: #F7FA1D;
}
</style>
border-color css
<style>
span { border-color: #F7FA1D; }
span { border-color: rgb(247,250,29); }
td.TdClassName
{
border-color: #F7FA1D;
}
.TagClassName
{
border-color: #F7FA1D;
}
</style>