Shades of Lemon #FFF521
Tints of Lemon #FFF521
RGB
CMYK
RGB Variations
Color information
#FFF521 (or 0xFFF521) is known color: Lemon. HEX triplet: FF, F5 and 21. RGB value is (255,245,33). Sum of RGB (Red+Green+Blue) = 255+245+33=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 33 (13.28% from 255 or 6.19% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF521 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF521 is #000ADE. Grayscale: #E0E0E0. Windows color (decimal): -2783 or 2225663. OLE color: 2225663.
HSL color Cylindrical-coordinate representation of color #FFF521: hue angle of 57.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFF521 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 33 | - |
| CMYK | 0 | 0.04 | 0.87 | 0 |
| HSL | 57.3º | 1% | 0.56% | - |
| HSV(B) | 57.3º | 0.87% | 1% | - |
| XYZ | 74.17 | 86.67 | 14.26 | - |
| YUV | 223.82 | 20.31 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 33 | 0 | 0.04 | 0.87 | 0 | 57.3 | 1 | 0.56 |
| Hex | FF | F5 | 21 | 0 | 4 | 57 | 0 | 39 | 64 | 38 |
| Octal | 377 | 365 | 41 | 0 | 4 | 127 | 0 | 71 | 144 | 70 |
| Binary | 11111111 | 11110101 | 100001 | 0 | 100 | 1010111 | 0 | 111001 | 1100100 | 111000 |
Color Harmonies of #FFF521
Complementary color
Monochromatic Colors of #FFF521
Black with #FFF521
Text Example
Text Example
White with #FFF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF521; }
p { color: rgb(255,245,33); }
H1.HeaderClassName
{
color: #FFF521;
}
.AnyTagClassName
{
color: #FFF521;
}
</style>
background-color css
<style>
a { background-color: #FFF521; }
a { background-color: rgb(255,245,33); }
div.DivClassName
{
background-color: #FFF521;
}
.BgClassName
{
background-color: #FFF521;
}
</style>
border-color css
<style>
span { border-color: #FFF521; }
span { border-color: rgb(255,245,33); }
td.TdClassName
{
border-color: #FFF521;
}
.TagClassName
{
border-color: #FFF521;
}
</style>