Shades of Lemon #FFF208
Tints of Lemon #FFF208
RGB
CMYK
RGB Variations
Color information
#FFF208 (or 0xFFF208) is known color: Lemon. HEX triplet: FF, F2 and 08. RGB value is (255,242,8). Sum of RGB (Red+Green+Blue) = 255+242+8=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 8 (3.52% from 255 or 1.58% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF208 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF208 is #000DF7. Grayscale: #DCDCDC. Windows color (decimal): -3576 or 586495. OLE color: 586495.
HSL color Cylindrical-coordinate representation of color #FFF208: hue angle of 56.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFF208 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 8 | - |
| CMYK | 0 | 0.05 | 0.97 | 0 |
| HSL | 56.84º | 1% | 0.52% | - |
| HSV(B) | 56.84º | 0.97% | 1% | - |
| XYZ | 73.04 | 84.78 | 12.74 | - |
| YUV | 219.21 | 8.81 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 8 | 0 | 0.05 | 0.97 | 0 | 56.84 | 1 | 0.52 |
| Hex | FF | F2 | 8 | 0 | 5 | 61 | 0 | 39 | 64 | 34 |
| Octal | 377 | 362 | 10 | 0 | 5 | 141 | 0 | 71 | 144 | 64 |
| Binary | 11111111 | 11110010 | 1000 | 0 | 101 | 1100001 | 0 | 111001 | 1100100 | 110100 |
Color Harmonies of #FFF208
Complementary color
Monochromatic Colors of #FFF208
Black with #FFF208
Text Example
Text Example
White with #FFF208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF208; }
p { color: rgb(255,242,8); }
H1.HeaderClassName
{
color: #FFF208;
}
.AnyTagClassName
{
color: #FFF208;
}
</style>
background-color css
<style>
a { background-color: #FFF208; }
a { background-color: rgb(255,242,8); }
div.DivClassName
{
background-color: #FFF208;
}
.BgClassName
{
background-color: #FFF208;
}
</style>
border-color css
<style>
span { border-color: #FFF208; }
span { border-color: rgb(255,242,8); }
td.TdClassName
{
border-color: #FFF208;
}
.TagClassName
{
border-color: #FFF208;
}
</style>