Shades of Lemon #FFF206
Tints of Lemon #FFF206
RGB
CMYK
RGB Variations
Color information
#FFF206 (or 0xFFF206) is known color: Lemon. HEX triplet: FF, F2 and 06. RGB value is (255,242,6). Sum of RGB (Red+Green+Blue) = 255+242+6=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 6 (2.73% from 255 or 1.19% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF206 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF206 is #000DF9. Grayscale: #DBDBDB. Windows color (decimal): -3578 or 455423. OLE color: 455423.
HSL color Cylindrical-coordinate representation of color #FFF206: hue angle of 56.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFF206 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 6 | - |
| CMYK | 0 | 0.05 | 0.98 | 0 |
| HSL | 56.87º | 1% | 0.51% | - |
| HSV(B) | 56.87º | 0.98% | 1% | - |
| XYZ | 73.03 | 84.78 | 12.69 | - |
| YUV | 218.98 | 7.81 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 6 | 0 | 0.05 | 0.98 | 0 | 56.87 | 1 | 0.51 |
| Hex | FF | F2 | 6 | 0 | 5 | 62 | 0 | 39 | 64 | 33 |
| Octal | 377 | 362 | 6 | 0 | 5 | 142 | 0 | 71 | 144 | 63 |
| Binary | 11111111 | 11110010 | 110 | 0 | 101 | 1100010 | 0 | 111001 | 1100100 | 110011 |
Color Harmonies of #FFF206
Complementary color
Monochromatic Colors of #FFF206
Black with #FFF206
Text Example
Text Example
White with #FFF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF206; }
p { color: rgb(255,242,6); }
H1.HeaderClassName
{
color: #FFF206;
}
.AnyTagClassName
{
color: #FFF206;
}
</style>
background-color css
<style>
a { background-color: #FFF206; }
a { background-color: rgb(255,242,6); }
div.DivClassName
{
background-color: #FFF206;
}
.BgClassName
{
background-color: #FFF206;
}
</style>
border-color css
<style>
span { border-color: #FFF206; }
span { border-color: rgb(255,242,6); }
td.TdClassName
{
border-color: #FFF206;
}
.TagClassName
{
border-color: #FFF206;
}
</style>