Shades of Lemon #FFF210
Tints of Lemon #FFF210
RGB
CMYK
RGB Variations
Color information
#FFF210 (or 0xFFF210) is known color: Lemon. HEX triplet: FF, F2 and 10. RGB value is (255,242,16). Sum of RGB (Red+Green+Blue) = 255+242+16=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 16 (6.64% from 255 or 3.12% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF210 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF210 is #000DEF. Grayscale: #DDDDDD. Windows color (decimal): -3568 or 1110783. OLE color: 1110783.
HSL color Cylindrical-coordinate representation of color #FFF210: hue angle of 56.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFF210 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 16 | - |
| CMYK | 0 | 0.05 | 0.94 | 0 |
| HSL | 56.74º | 1% | 0.53% | - |
| HSV(B) | 56.74º | 0.94% | 1% | - |
| XYZ | 73.09 | 84.8 | 13.01 | - |
| YUV | 220.12 | 12.81 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 16 | 0 | 0.05 | 0.94 | 0 | 56.74 | 1 | 0.53 |
| Hex | FF | F2 | 10 | 0 | 5 | 5E | 0 | 39 | 64 | 35 |
| Octal | 377 | 362 | 20 | 0 | 5 | 136 | 0 | 71 | 144 | 65 |
| Binary | 11111111 | 11110010 | 10000 | 0 | 101 | 1011110 | 0 | 111001 | 1100100 | 110101 |
Color Harmonies of #FFF210
Complementary color
Monochromatic Colors of #FFF210
Black with #FFF210
Text Example
Text Example
White with #FFF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF210; }
p { color: rgb(255,242,16); }
H1.HeaderClassName
{
color: #FFF210;
}
.AnyTagClassName
{
color: #FFF210;
}
</style>
background-color css
<style>
a { background-color: #FFF210; }
a { background-color: rgb(255,242,16); }
div.DivClassName
{
background-color: #FFF210;
}
.BgClassName
{
background-color: #FFF210;
}
</style>
border-color css
<style>
span { border-color: #FFF210; }
span { border-color: rgb(255,242,16); }
td.TdClassName
{
border-color: #FFF210;
}
.TagClassName
{
border-color: #FFF210;
}
</style>