Shades of Lemon #FFF21C
Tints of Lemon #FFF21C
RGB
CMYK
RGB Variations
Color information
#FFF21C (or 0xFFF21C) is known color: Lemon. HEX triplet: FF, F2 and 1C. RGB value is (255,242,28). Sum of RGB (Red+Green+Blue) = 255+242+28=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 28 (11.33% from 255 or 5.33% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF21C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF21C is #000DE3. Grayscale: #DEDEDE. Windows color (decimal): -3556 or 1897215. OLE color: 1897215.
HSL color Cylindrical-coordinate representation of color #FFF21C: hue angle of 56.56º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFF21C is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 28 | - |
| CMYK | 0 | 0.05 | 0.89 | 0 |
| HSL | 56.56º | 1% | 0.55% | - |
| HSV(B) | 56.56º | 0.89% | 1% | - |
| XYZ | 73.2 | 84.85 | 13.62 | - |
| YUV | 221.49 | 18.81 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 28 | 0 | 0.05 | 0.89 | 0 | 56.56 | 1 | 0.55 |
| Hex | FF | F2 | 1C | 0 | 5 | 59 | 0 | 39 | 64 | 37 |
| Octal | 377 | 362 | 34 | 0 | 5 | 131 | 0 | 71 | 144 | 67 |
| Binary | 11111111 | 11110010 | 11100 | 0 | 101 | 1011001 | 0 | 111001 | 1100100 | 110111 |
Color Harmonies of #FFF21C
Complementary color
Monochromatic Colors of #FFF21C
Black with #FFF21C
Text Example
Text Example
White with #FFF21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF21C; }
p { color: rgb(255,242,28); }
H1.HeaderClassName
{
color: #FFF21C;
}
.AnyTagClassName
{
color: #FFF21C;
}
</style>
background-color css
<style>
a { background-color: #FFF21C; }
a { background-color: rgb(255,242,28); }
div.DivClassName
{
background-color: #FFF21C;
}
.BgClassName
{
background-color: #FFF21C;
}
</style>
border-color css
<style>
span { border-color: #FFF21C; }
span { border-color: rgb(255,242,28); }
td.TdClassName
{
border-color: #FFF21C;
}
.TagClassName
{
border-color: #FFF21C;
}
</style>