Shades of Lemon #F5F325
Tints of Lemon #F5F325
RGB
CMYK
RGB Variations
Color information
#F5F325 (or 0xF5F325) is known color: Lemon. HEX triplet: F5, F3 and 25. RGB value is (245,243,37). Sum of RGB (Red+Green+Blue) = 245+243+37=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 37 (14.84% from 255 or 7.05% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F325 is #0A0CDA. Grayscale: #DCDCDC. Windows color (decimal): -658651 or 2487285. OLE color: 2487285.
HSL color Cylindrical-coordinate representation of color #F5F325: hue angle of 59.42º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5F325 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 37 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.04 |
| HSL | 59.42º | 0.91% | 0.55% | - |
| HSV(B) | 59.42º | 0.85% | 0.96% | - |
| XYZ | 70.04 | 83.65 | 14.2 | - |
| YUV | 220.11 | 24.66 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 37 | 0 | 0.01 | 0.85 | 0.04 | 59.42 | 0.91 | 0.55 |
| Hex | F5 | F3 | 25 | 0 | 1 | 55 | 4 | 3B | 5B | 37 |
| Octal | 365 | 363 | 45 | 0 | 1 | 125 | 4 | 73 | 133 | 67 |
| Binary | 11110101 | 11110011 | 100101 | 0 | 1 | 1010101 | 100 | 111011 | 1011011 | 110111 |
Color Harmonies of #F5F325
Complementary color
Monochromatic Colors of #F5F325
Black with #F5F325
Text Example
Text Example
White with #F5F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F325; }
p { color: rgb(245,243,37); }
H1.HeaderClassName
{
color: #F5F325;
}
.AnyTagClassName
{
color: #F5F325;
}
</style>
background-color css
<style>
a { background-color: #F5F325; }
a { background-color: rgb(245,243,37); }
div.DivClassName
{
background-color: #F5F325;
}
.BgClassName
{
background-color: #F5F325;
}
</style>
border-color css
<style>
span { border-color: #F5F325; }
span { border-color: rgb(245,243,37); }
td.TdClassName
{
border-color: #F5F325;
}
.TagClassName
{
border-color: #F5F325;
}
</style>