Shades of Lemon #FFF20E
Tints of Lemon #FFF20E
RGB
CMYK
RGB Variations
Color information
#FFF20E (or 0xFFF20E) is known color: Lemon. HEX triplet: FF, F2 and 0E. RGB value is (255,242,14). Sum of RGB (Red+Green+Blue) = 255+242+14=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 14 (5.86% from 255 or 2.74% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF20E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF20E is #000DF1. Grayscale: #DCDCDC. Windows color (decimal): -3570 or 979711. OLE color: 979711.
HSL color Cylindrical-coordinate representation of color #FFF20E: hue angle of 56.76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFF20E is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 14 | - |
| CMYK | 0 | 0.05 | 0.95 | 0 |
| HSL | 56.76º | 1% | 0.53% | - |
| HSV(B) | 56.76º | 0.95% | 1% | - |
| XYZ | 73.07 | 84.8 | 12.93 | - |
| YUV | 219.9 | 11.81 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 14 | 0 | 0.05 | 0.95 | 0 | 56.76 | 1 | 0.53 |
| Hex | FF | F2 | E | 0 | 5 | 5F | 0 | 39 | 64 | 35 |
| Octal | 377 | 362 | 16 | 0 | 5 | 137 | 0 | 71 | 144 | 65 |
| Binary | 11111111 | 11110010 | 1110 | 0 | 101 | 1011111 | 0 | 111001 | 1100100 | 110101 |
Color Harmonies of #FFF20E
Complementary color
Monochromatic Colors of #FFF20E
Black with #FFF20E
Text Example
Text Example
White with #FFF20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF20E; }
p { color: rgb(255,242,14); }
H1.HeaderClassName
{
color: #FFF20E;
}
.AnyTagClassName
{
color: #FFF20E;
}
</style>
background-color css
<style>
a { background-color: #FFF20E; }
a { background-color: rgb(255,242,14); }
div.DivClassName
{
background-color: #FFF20E;
}
.BgClassName
{
background-color: #FFF20E;
}
</style>
border-color css
<style>
span { border-color: #FFF20E; }
span { border-color: rgb(255,242,14); }
td.TdClassName
{
border-color: #FFF20E;
}
.TagClassName
{
border-color: #FFF20E;
}
</style>