Shades of Lemon #FFF21D
Tints of Lemon #FFF21D
RGB
CMYK
RGB Variations
Color information
#FFF21D (or 0xFFF21D) is known color: Lemon. HEX triplet: FF, F2 and 1D. RGB value is (255,242,29). Sum of RGB (Red+Green+Blue) = 255+242+29=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 29 (11.72% from 255 or 5.51% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF21D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF21D is #000DE2. Grayscale: #DEDEDE. Windows color (decimal): -3555 or 1962751. OLE color: 1962751.
HSL color Cylindrical-coordinate representation of color #FFF21D: hue angle of 56.55º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFF21D is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 29 | - |
| CMYK | 0 | 0.05 | 0.89 | 0 |
| HSL | 56.55º | 1% | 0.56% | - |
| HSV(B) | 56.55º | 0.89% | 1% | - |
| XYZ | 73.21 | 84.85 | 13.68 | - |
| YUV | 221.61 | 19.31 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 29 | 0 | 0.05 | 0.89 | 0 | 56.55 | 1 | 0.56 |
| Hex | FF | F2 | 1D | 0 | 5 | 59 | 0 | 39 | 64 | 38 |
| Octal | 377 | 362 | 35 | 0 | 5 | 131 | 0 | 71 | 144 | 70 |
| Binary | 11111111 | 11110010 | 11101 | 0 | 101 | 1011001 | 0 | 111001 | 1100100 | 111000 |
Color Harmonies of #FFF21D
Complementary color
Monochromatic Colors of #FFF21D
Black with #FFF21D
Text Example
Text Example
White with #FFF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF21D; }
p { color: rgb(255,242,29); }
H1.HeaderClassName
{
color: #FFF21D;
}
.AnyTagClassName
{
color: #FFF21D;
}
</style>
background-color css
<style>
a { background-color: #FFF21D; }
a { background-color: rgb(255,242,29); }
div.DivClassName
{
background-color: #FFF21D;
}
.BgClassName
{
background-color: #FFF21D;
}
</style>
border-color css
<style>
span { border-color: #FFF21D; }
span { border-color: rgb(255,242,29); }
td.TdClassName
{
border-color: #FFF21D;
}
.TagClassName
{
border-color: #FFF21D;
}
</style>