Shades of Lemon #F5FA1D
Tints of Lemon #F5FA1D
RGB
CMYK
RGB Variations
Color information
#F5FA1D (or 0xF5FA1D) is known color: Lemon. HEX triplet: F5, FA and 1D. RGB value is (245,250,29). Sum of RGB (Red+Green+Blue) = 245+250+29=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 29 (11.72% from 255 or 5.53% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA1D is #0A05E2. Grayscale: #E0E0E0. Windows color (decimal): -656867 or 1964789. OLE color: 1964789.
HSL color Cylindrical-coordinate representation of color #F5FA1D: hue angle of 61.36º 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 #F5FA1D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 29 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.02 |
| HSL | 61.36º | 0.96% | 0.55% | - |
| HSV(B) | 61.36º | 0.88% | 0.98% | - |
| XYZ | 72.06 | 87.87 | 14.33 | - |
| YUV | 223.31 | 18.34 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 29 | 0.02 | 0 | 0.88 | 0.02 | 61.36 | 0.96 | 0.55 |
| Hex | F5 | FA | 1D | 2 | 0 | 58 | 2 | 3D | 60 | 37 |
| Octal | 365 | 372 | 35 | 2 | 0 | 130 | 2 | 75 | 140 | 67 |
| Binary | 11110101 | 11111010 | 11101 | 10 | 0 | 1011000 | 10 | 111101 | 1100000 | 110111 |
Color Harmonies of #F5FA1D
Complementary color
Monochromatic Colors of #F5FA1D
Black with #F5FA1D
Text Example
Text Example
White with #F5FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA1D; }
p { color: rgb(245,250,29); }
H1.HeaderClassName
{
color: #F5FA1D;
}
.AnyTagClassName
{
color: #F5FA1D;
}
</style>
background-color css
<style>
a { background-color: #F5FA1D; }
a { background-color: rgb(245,250,29); }
div.DivClassName
{
background-color: #F5FA1D;
}
.BgClassName
{
background-color: #F5FA1D;
}
</style>
border-color css
<style>
span { border-color: #F5FA1D; }
span { border-color: rgb(245,250,29); }
td.TdClassName
{
border-color: #F5FA1D;
}
.TagClassName
{
border-color: #F5FA1D;
}
</style>