Shades of Lemon #F2F623
Tints of Lemon #F2F623
RGB
CMYK
RGB Variations
Color information
#F2F623 (or 0xF2F623) is known color: Lemon. HEX triplet: F2, F6 and 23. RGB value is (242,246,35). Sum of RGB (Red+Green+Blue) = 242+246+35=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 35 (14.06% from 255 or 6.69% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F623 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F623 is #0D09DC. Grayscale: #DDDDDD. Windows color (decimal): -854493 or 2356978. OLE color: 2356978.
HSL color Cylindrical-coordinate representation of color #F2F623: hue angle of 61.14º degrees, saturation: 0.92, 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 #F2F623 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 35 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.04 |
| HSL | 61.14º | 0.92% | 0.55% | - |
| HSV(B) | 61.14º | 0.86% | 0.96% | - |
| XYZ | 69.88 | 84.91 | 14.3 | - |
| YUV | 220.75 | 23.17 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 35 | 0.02 | 0 | 0.86 | 0.04 | 61.14 | 0.92 | 0.55 |
| Hex | F2 | F6 | 23 | 2 | 0 | 56 | 4 | 3D | 5C | 37 |
| Octal | 362 | 366 | 43 | 2 | 0 | 126 | 4 | 75 | 134 | 67 |
| Binary | 11110010 | 11110110 | 100011 | 10 | 0 | 1010110 | 100 | 111101 | 1011100 | 110111 |
Color Harmonies of #F2F623
Complementary color
Monochromatic Colors of #F2F623
Black with #F2F623
Text Example
Text Example
White with #F2F623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F623; }
p { color: rgb(242,246,35); }
H1.HeaderClassName
{
color: #F2F623;
}
.AnyTagClassName
{
color: #F2F623;
}
</style>
background-color css
<style>
a { background-color: #F2F623; }
a { background-color: rgb(242,246,35); }
div.DivClassName
{
background-color: #F2F623;
}
.BgClassName
{
background-color: #F2F623;
}
</style>
border-color css
<style>
span { border-color: #F2F623; }
span { border-color: rgb(242,246,35); }
td.TdClassName
{
border-color: #F2F623;
}
.TagClassName
{
border-color: #F2F623;
}
</style>