Shades of Lemon #F5FB1D
Tints of Lemon #F5FB1D
RGB
CMYK
RGB Variations
Color information
#F5FB1D (or 0xF5FB1D) is known color: Lemon. HEX triplet: F5, FB and 1D. RGB value is (245,251,29). Sum of RGB (Red+Green+Blue) = 245+251+29=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 29 (11.72% from 255 or 5.52% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FB1D is #0A04E2. Grayscale: #E0E0E0. Windows color (decimal): -656611 or 1965045. OLE color: 1965045.
HSL color Cylindrical-coordinate representation of color #F5FB1D: hue angle of 61.62º degrees, saturation: 0.97, 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 #F5FB1D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 29 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.02 |
| HSL | 61.62º | 0.97% | 0.55% | - |
| HSV(B) | 61.62º | 0.88% | 0.98% | - |
| XYZ | 72.38 | 88.5 | 14.43 | - |
| YUV | 223.9 | 18.01 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 29 | 0.02 | 0 | 0.88 | 0.02 | 61.62 | 0.97 | 0.55 |
| Hex | F5 | FB | 1D | 2 | 0 | 58 | 2 | 3E | 61 | 37 |
| Octal | 365 | 373 | 35 | 2 | 0 | 130 | 2 | 76 | 141 | 67 |
| Binary | 11110101 | 11111011 | 11101 | 10 | 0 | 1011000 | 10 | 111110 | 1100001 | 110111 |
Color Harmonies of #F5FB1D
Complementary color
Monochromatic Colors of #F5FB1D
Black with #F5FB1D
Text Example
Text Example
White with #F5FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FB1D; }
p { color: rgb(245,251,29); }
H1.HeaderClassName
{
color: #F5FB1D;
}
.AnyTagClassName
{
color: #F5FB1D;
}
</style>
background-color css
<style>
a { background-color: #F5FB1D; }
a { background-color: rgb(245,251,29); }
div.DivClassName
{
background-color: #F5FB1D;
}
.BgClassName
{
background-color: #F5FB1D;
}
</style>
border-color css
<style>
span { border-color: #F5FB1D; }
span { border-color: rgb(245,251,29); }
td.TdClassName
{
border-color: #F5FB1D;
}
.TagClassName
{
border-color: #F5FB1D;
}
</style>