Shades of Lemon #F5F31E
Tints of Lemon #F5F31E
RGB
CMYK
RGB Variations
Color information
#F5F31E (or 0xF5F31E) is known color: Lemon. HEX triplet: F5, F3 and 1E. RGB value is (245,243,30). Sum of RGB (Red+Green+Blue) = 245+243+30=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 30 (12.11% from 255 or 5.79% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F31E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F31E is #0A0CE1. Grayscale: #DCDCDC. Windows color (decimal): -658658 or 2028533. OLE color: 2028533.
HSL color Cylindrical-coordinate representation of color #F5F31E: hue angle of 59.44º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5F31E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 30 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.04 |
| HSL | 59.44º | 0.91% | 0.54% | - |
| HSV(B) | 59.44º | 0.88% | 0.96% | - |
| XYZ | 69.94 | 83.61 | 13.68 | - |
| YUV | 219.32 | 21.16 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 30 | 0 | 0.01 | 0.88 | 0.04 | 59.44 | 0.91 | 0.54 |
| Hex | F5 | F3 | 1E | 0 | 1 | 58 | 4 | 3B | 5B | 36 |
| Octal | 365 | 363 | 36 | 0 | 1 | 130 | 4 | 73 | 133 | 66 |
| Binary | 11110101 | 11110011 | 11110 | 0 | 1 | 1011000 | 100 | 111011 | 1011011 | 110110 |
Color Harmonies of #F5F31E
Complementary color
Monochromatic Colors of #F5F31E
Black with #F5F31E
Text Example
Text Example
White with #F5F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F31E; }
p { color: rgb(245,243,30); }
H1.HeaderClassName
{
color: #F5F31E;
}
.AnyTagClassName
{
color: #F5F31E;
}
</style>
background-color css
<style>
a { background-color: #F5F31E; }
a { background-color: rgb(245,243,30); }
div.DivClassName
{
background-color: #F5F31E;
}
.BgClassName
{
background-color: #F5F31E;
}
</style>
border-color css
<style>
span { border-color: #F5F31E; }
span { border-color: rgb(245,243,30); }
td.TdClassName
{
border-color: #F5F31E;
}
.TagClassName
{
border-color: #F5F31E;
}
</style>