Shades of Lemon #FFF21F
Tints of Lemon #FFF21F
RGB
CMYK
RGB Variations
Color information
#FFF21F (or 0xFFF21F) is known color: Lemon. HEX triplet: FF, F2 and 1F. RGB value is (255,242,31). Sum of RGB (Red+Green+Blue) = 255+242+31=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 31 (12.5% from 255 or 5.87% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF21F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF21F is #000DE0. Grayscale: #DEDEDE. Windows color (decimal): -3553 or 2093823. OLE color: 2093823.
HSL color Cylindrical-coordinate representation of color #FFF21F: hue angle of 56.52º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFF21F is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 31 | - |
| CMYK | 0 | 0.05 | 0.88 | 0 |
| HSL | 56.52º | 1% | 0.56% | - |
| HSV(B) | 56.52º | 0.88% | 1% | - |
| XYZ | 73.24 | 84.86 | 13.82 | - |
| YUV | 221.83 | 20.31 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 31 | 0 | 0.05 | 0.88 | 0 | 56.52 | 1 | 0.56 |
| Hex | FF | F2 | 1F | 0 | 5 | 58 | 0 | 39 | 64 | 38 |
| Octal | 377 | 362 | 37 | 0 | 5 | 130 | 0 | 71 | 144 | 70 |
| Binary | 11111111 | 11110010 | 11111 | 0 | 101 | 1011000 | 0 | 111001 | 1100100 | 111000 |
Color Harmonies of #FFF21F
Complementary color
Monochromatic Colors of #FFF21F
Black with #FFF21F
Text Example
Text Example
White with #FFF21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF21F; }
p { color: rgb(255,242,31); }
H1.HeaderClassName
{
color: #FFF21F;
}
.AnyTagClassName
{
color: #FFF21F;
}
</style>
background-color css
<style>
a { background-color: #FFF21F; }
a { background-color: rgb(255,242,31); }
div.DivClassName
{
background-color: #FFF21F;
}
.BgClassName
{
background-color: #FFF21F;
}
</style>
border-color css
<style>
span { border-color: #FFF21F; }
span { border-color: rgb(255,242,31); }
td.TdClassName
{
border-color: #FFF21F;
}
.TagClassName
{
border-color: #FFF21F;
}
</style>