Shades of Lemon #F5F321
Tints of Lemon #F5F321
RGB
CMYK
RGB Variations
Color information
#F5F321 (or 0xF5F321) is known color: Lemon. HEX triplet: F5, F3 and 21. RGB value is (245,243,33). Sum of RGB (Red+Green+Blue) = 245+243+33=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 33 (13.28% from 255 or 6.33% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F321 is #0A0CDE. Grayscale: #DCDCDC. Windows color (decimal): -658655 or 2225141. OLE color: 2225141.
HSL color Cylindrical-coordinate representation of color #F5F321: hue angle of 59.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5F321 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 33 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.04 |
| HSL | 59.43º | 0.91% | 0.55% | - |
| HSV(B) | 59.43º | 0.87% | 0.96% | - |
| XYZ | 69.98 | 83.62 | 13.89 | - |
| YUV | 219.66 | 22.66 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 33 | 0 | 0.01 | 0.87 | 0.04 | 59.43 | 0.91 | 0.55 |
| Hex | F5 | F3 | 21 | 0 | 1 | 57 | 4 | 3B | 5B | 37 |
| Octal | 365 | 363 | 41 | 0 | 1 | 127 | 4 | 73 | 133 | 67 |
| Binary | 11110101 | 11110011 | 100001 | 0 | 1 | 1010111 | 100 | 111011 | 1011011 | 110111 |
Color Harmonies of #F5F321
Complementary color
Monochromatic Colors of #F5F321
Black with #F5F321
Text Example
Text Example
White with #F5F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F321; }
p { color: rgb(245,243,33); }
H1.HeaderClassName
{
color: #F5F321;
}
.AnyTagClassName
{
color: #F5F321;
}
</style>
background-color css
<style>
a { background-color: #F5F321; }
a { background-color: rgb(245,243,33); }
div.DivClassName
{
background-color: #F5F321;
}
.BgClassName
{
background-color: #F5F321;
}
</style>
border-color css
<style>
span { border-color: #F5F321; }
span { border-color: rgb(245,243,33); }
td.TdClassName
{
border-color: #F5F321;
}
.TagClassName
{
border-color: #F5F321;
}
</style>