Shades of Lemon #F5E30D
Tints of Lemon #F5E30D
RGB
CMYK
RGB Variations
Color information
#F5E30D (or 0xF5E30D) is known color: Lemon. HEX triplet: F5, E3 and 0D. RGB value is (245,227,13). Sum of RGB (Red+Green+Blue) = 245+227+13=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E30D is #0A1CF2. Grayscale: #D0D0D0. Windows color (decimal): -662771 or 910325. OLE color: 910325.
HSL color Cylindrical-coordinate representation of color #F5E30D: hue angle of 55.34º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5E30D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 13 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.04 |
| HSL | 55.34º | 0.92% | 0.51% | - |
| HSV(B) | 55.34º | 0.95% | 0.96% | - |
| XYZ | 65.2 | 74.38 | 11.3 | - |
| YUV | 207.99 | 17.96 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 13 | 0 | 0.07 | 0.95 | 0.04 | 55.34 | 0.92 | 0.51 |
| Hex | F5 | E3 | D | 0 | 7 | 5F | 4 | 37 | 5C | 33 |
| Octal | 365 | 343 | 15 | 0 | 7 | 137 | 4 | 67 | 134 | 63 |
| Binary | 11110101 | 11100011 | 1101 | 0 | 111 | 1011111 | 100 | 110111 | 1011100 | 110011 |
Color Harmonies of #F5E30D
Complementary color
Monochromatic Colors of #F5E30D
Black with #F5E30D
Text Example
Text Example
White with #F5E30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E30D; }
p { color: rgb(245,227,13); }
H1.HeaderClassName
{
color: #F5E30D;
}
.AnyTagClassName
{
color: #F5E30D;
}
</style>
background-color css
<style>
a { background-color: #F5E30D; }
a { background-color: rgb(245,227,13); }
div.DivClassName
{
background-color: #F5E30D;
}
.BgClassName
{
background-color: #F5E30D;
}
</style>
border-color css
<style>
span { border-color: #F5E30D; }
span { border-color: rgb(245,227,13); }
td.TdClassName
{
border-color: #F5E30D;
}
.TagClassName
{
border-color: #F5E30D;
}
</style>