Shades of Lemon #FFF20C
Tints of Lemon #FFF20C
RGB
CMYK
RGB Variations
Color information
#FFF20C (or 0xFFF20C) is known color: Lemon. HEX triplet: FF, F2 and 0C. RGB value is (255,242,12). Sum of RGB (Red+Green+Blue) = 255+242+12=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 12 (5.08% from 255 or 2.36% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF20C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF20C is #000DF3. Grayscale: #DCDCDC. Windows color (decimal): -3572 or 848639. OLE color: 848639.
HSL color Cylindrical-coordinate representation of color #FFF20C: hue angle of 56.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFF20C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0 |
| HSL | 56.79º | 1% | 0.52% | - |
| HSV(B) | 56.79º | 0.95% | 1% | - |
| XYZ | 73.06 | 84.79 | 12.86 | - |
| YUV | 219.67 | 10.81 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 12 | 0 | 0.05 | 0.95 | 0 | 56.79 | 1 | 0.52 |
| Hex | FF | F2 | C | 0 | 5 | 5F | 0 | 39 | 64 | 34 |
| Octal | 377 | 362 | 14 | 0 | 5 | 137 | 0 | 71 | 144 | 64 |
| Binary | 11111111 | 11110010 | 1100 | 0 | 101 | 1011111 | 0 | 111001 | 1100100 | 110100 |
Color Harmonies of #FFF20C
Complementary color
Monochromatic Colors of #FFF20C
Black with #FFF20C
Text Example
Text Example
White with #FFF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF20C; }
p { color: rgb(255,242,12); }
H1.HeaderClassName
{
color: #FFF20C;
}
.AnyTagClassName
{
color: #FFF20C;
}
</style>
background-color css
<style>
a { background-color: #FFF20C; }
a { background-color: rgb(255,242,12); }
div.DivClassName
{
background-color: #FFF20C;
}
.BgClassName
{
background-color: #FFF20C;
}
</style>
border-color css
<style>
span { border-color: #FFF20C; }
span { border-color: rgb(255,242,12); }
td.TdClassName
{
border-color: #FFF20C;
}
.TagClassName
{
border-color: #FFF20C;
}
</style>