Shades of Lemon #F5F223
Tints of Lemon #F5F223
RGB
CMYK
RGB Variations
Color information
#F5F223 (or 0xF5F223) is known color: Lemon. HEX triplet: F5, F2 and 23. RGB value is (245,242,35). Sum of RGB (Red+Green+Blue) = 245+242+35=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 35 (14.06% from 255 or 6.70% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F223 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F223 is #0A0DDC. Grayscale: #DCDCDC. Windows color (decimal): -658909 or 2355957. OLE color: 2355957.
HSL color Cylindrical-coordinate representation of color #F5F223: hue angle of 59.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5F223 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 35 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.04 |
| HSL | 59.14º | 0.91% | 0.55% | - |
| HSV(B) | 59.14º | 0.86% | 0.96% | - |
| XYZ | 69.71 | 83.04 | 13.94 | - |
| YUV | 219.3 | 23.99 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 35 | 0 | 0.01 | 0.86 | 0.04 | 59.14 | 0.91 | 0.55 |
| Hex | F5 | F2 | 23 | 0 | 1 | 56 | 4 | 3B | 5B | 37 |
| Octal | 365 | 362 | 43 | 0 | 1 | 126 | 4 | 73 | 133 | 67 |
| Binary | 11110101 | 11110010 | 100011 | 0 | 1 | 1010110 | 100 | 111011 | 1011011 | 110111 |
Color Harmonies of #F5F223
Complementary color
Monochromatic Colors of #F5F223
Black with #F5F223
Text Example
Text Example
White with #F5F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F223; }
p { color: rgb(245,242,35); }
H1.HeaderClassName
{
color: #F5F223;
}
.AnyTagClassName
{
color: #F5F223;
}
</style>
background-color css
<style>
a { background-color: #F5F223; }
a { background-color: rgb(245,242,35); }
div.DivClassName
{
background-color: #F5F223;
}
.BgClassName
{
background-color: #F5F223;
}
</style>
border-color css
<style>
span { border-color: #F5F223; }
span { border-color: rgb(245,242,35); }
td.TdClassName
{
border-color: #F5F223;
}
.TagClassName
{
border-color: #F5F223;
}
</style>