Shades of Lemon #FFF216
Tints of Lemon #FFF216
RGB
CMYK
RGB Variations
Color information
#FFF216 (or 0xFFF216) is known color: Lemon. HEX triplet: FF, F2 and 16. RGB value is (255,242,22). Sum of RGB (Red+Green+Blue) = 255+242+22=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 22 (8.98% from 255 or 4.24% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF216 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF216 is #000DE9. Grayscale: #DDDDDD. Windows color (decimal): -3562 or 1503999. OLE color: 1503999.
HSL color Cylindrical-coordinate representation of color #FFF216: hue angle of 56.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFF216 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0 |
| HSL | 56.65º | 1% | 0.54% | - |
| HSV(B) | 56.65º | 0.91% | 1% | - |
| XYZ | 73.14 | 84.82 | 13.28 | - |
| YUV | 220.81 | 15.81 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 22 | 0 | 0.05 | 0.91 | 0 | 56.65 | 1 | 0.54 |
| Hex | FF | F2 | 16 | 0 | 5 | 5B | 0 | 39 | 64 | 36 |
| Octal | 377 | 362 | 26 | 0 | 5 | 133 | 0 | 71 | 144 | 66 |
| Binary | 11111111 | 11110010 | 10110 | 0 | 101 | 1011011 | 0 | 111001 | 1100100 | 110110 |
Color Harmonies of #FFF216
Complementary color
Monochromatic Colors of #FFF216
Black with #FFF216
Text Example
Text Example
White with #FFF216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF216; }
p { color: rgb(255,242,22); }
H1.HeaderClassName
{
color: #FFF216;
}
.AnyTagClassName
{
color: #FFF216;
}
</style>
background-color css
<style>
a { background-color: #FFF216; }
a { background-color: rgb(255,242,22); }
div.DivClassName
{
background-color: #FFF216;
}
.BgClassName
{
background-color: #FFF216;
}
</style>
border-color css
<style>
span { border-color: #FFF216; }
span { border-color: rgb(255,242,22); }
td.TdClassName
{
border-color: #FFF216;
}
.TagClassName
{
border-color: #FFF216;
}
</style>