Shades of Lemon #FFF21B
Tints of Lemon #FFF21B
RGB
CMYK
RGB Variations
Color information
#FFF21B (or 0xFFF21B) is known color: Lemon. HEX triplet: FF, F2 and 1B. RGB value is (255,242,27). Sum of RGB (Red+Green+Blue) = 255+242+27=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 27 (10.94% from 255 or 5.15% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF21B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF21B is #000DE4. Grayscale: #DEDEDE. Windows color (decimal): -3557 or 1831679. OLE color: 1831679.
HSL color Cylindrical-coordinate representation of color #FFF21B: hue angle of 56.58º 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 #FFF21B is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 27 | - |
| CMYK | 0 | 0.05 | 0.89 | 0 |
| HSL | 56.58º | 1% | 0.55% | - |
| HSV(B) | 56.58º | 0.89% | 1% | - |
| XYZ | 73.19 | 84.84 | 13.56 | - |
| YUV | 221.38 | 18.31 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 27 | 0 | 0.05 | 0.89 | 0 | 56.58 | 1 | 0.55 |
| Hex | FF | F2 | 1B | 0 | 5 | 59 | 0 | 39 | 64 | 37 |
| Octal | 377 | 362 | 33 | 0 | 5 | 131 | 0 | 71 | 144 | 67 |
| Binary | 11111111 | 11110010 | 11011 | 0 | 101 | 1011001 | 0 | 111001 | 1100100 | 110111 |
Color Harmonies of #FFF21B
Complementary color
Monochromatic Colors of #FFF21B
Black with #FFF21B
Text Example
Text Example
White with #FFF21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF21B; }
p { color: rgb(255,242,27); }
H1.HeaderClassName
{
color: #FFF21B;
}
.AnyTagClassName
{
color: #FFF21B;
}
</style>
background-color css
<style>
a { background-color: #FFF21B; }
a { background-color: rgb(255,242,27); }
div.DivClassName
{
background-color: #FFF21B;
}
.BgClassName
{
background-color: #FFF21B;
}
</style>
border-color css
<style>
span { border-color: #FFF21B; }
span { border-color: rgb(255,242,27); }
td.TdClassName
{
border-color: #FFF21B;
}
.TagClassName
{
border-color: #FFF21B;
}
</style>