Shades of Lemon #FFF41A
Tints of Lemon #FFF41A
RGB
CMYK
RGB Variations
Color information
#FFF41A (or 0xFFF41A) is known color: Lemon. HEX triplet: FF, F4 and 1A. RGB value is (255,244,26). Sum of RGB (Red+Green+Blue) = 255+244+26=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 26 (10.55% from 255 or 4.95% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF41A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF41A is #000BE5. Grayscale: #DFDFDF. Windows color (decimal): -3046 or 1766655. OLE color: 1766655.
HSL color Cylindrical-coordinate representation of color #FFF41A: hue angle of 57.12º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFF41A is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 26 | - |
| CMYK | 0 | 0.04 | 0.90 | 0 |
| HSL | 57.12º | 1% | 0.55% | - |
| HSV(B) | 57.12º | 0.9% | 1% | - |
| XYZ | 73.78 | 86.04 | 13.7 | - |
| YUV | 222.44 | 17.14 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 26 | 0 | 0.04 | 0.90 | 0 | 57.12 | 1 | 0.55 |
| Hex | FF | F4 | 1A | 0 | 4 | 5A | 0 | 39 | 64 | 37 |
| Octal | 377 | 364 | 32 | 0 | 4 | 132 | 0 | 71 | 144 | 67 |
| Binary | 11111111 | 11110100 | 11010 | 0 | 100 | 1011010 | 0 | 111001 | 1100100 | 110111 |
Color Harmonies of #FFF41A
Complementary color
Monochromatic Colors of #FFF41A
Black with #FFF41A
Text Example
Text Example
White with #FFF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF41A; }
p { color: rgb(255,244,26); }
H1.HeaderClassName
{
color: #FFF41A;
}
.AnyTagClassName
{
color: #FFF41A;
}
</style>
background-color css
<style>
a { background-color: #FFF41A; }
a { background-color: rgb(255,244,26); }
div.DivClassName
{
background-color: #FFF41A;
}
.BgClassName
{
background-color: #FFF41A;
}
</style>
border-color css
<style>
span { border-color: #FFF41A; }
span { border-color: rgb(255,244,26); }
td.TdClassName
{
border-color: #FFF41A;
}
.TagClassName
{
border-color: #FFF41A;
}
</style>