Shades of Lemon #FFF20A
Tints of Lemon #FFF20A
RGB
CMYK
RGB Variations
Color information
#FFF20A (or 0xFFF20A) is known color: Lemon. HEX triplet: FF, F2 and 0A. RGB value is (255,242,10). Sum of RGB (Red+Green+Blue) = 255+242+10=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 10 (4.30% from 255 or 1.97% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF20A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF20A is #000DF5. Grayscale: #DCDCDC. Windows color (decimal): -3574 or 717567. OLE color: 717567.
HSL color Cylindrical-coordinate representation of color #FFF20A: hue angle of 56.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFF20A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0 |
| HSL | 56.82º | 1% | 0.52% | - |
| HSV(B) | 56.82º | 0.96% | 1% | - |
| XYZ | 73.05 | 84.79 | 12.8 | - |
| YUV | 219.44 | 9.81 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 10 | 0 | 0.05 | 0.96 | 0 | 56.82 | 1 | 0.52 |
| Hex | FF | F2 | A | 0 | 5 | 60 | 0 | 39 | 64 | 34 |
| Octal | 377 | 362 | 12 | 0 | 5 | 140 | 0 | 71 | 144 | 64 |
| Binary | 11111111 | 11110010 | 1010 | 0 | 101 | 1100000 | 0 | 111001 | 1100100 | 110100 |
Color Harmonies of #FFF20A
Complementary color
Monochromatic Colors of #FFF20A
Black with #FFF20A
Text Example
Text Example
White with #FFF20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF20A; }
p { color: rgb(255,242,10); }
H1.HeaderClassName
{
color: #FFF20A;
}
.AnyTagClassName
{
color: #FFF20A;
}
</style>
background-color css
<style>
a { background-color: #FFF20A; }
a { background-color: rgb(255,242,10); }
div.DivClassName
{
background-color: #FFF20A;
}
.BgClassName
{
background-color: #FFF20A;
}
</style>
border-color css
<style>
span { border-color: #FFF20A; }
span { border-color: rgb(255,242,10); }
td.TdClassName
{
border-color: #FFF20A;
}
.TagClassName
{
border-color: #FFF20A;
}
</style>