Shades of Lemon #FFF51C
Tints of Lemon #FFF51C
RGB
CMYK
RGB Variations
Color information
#FFF51C (or 0xFFF51C) is known color: Lemon. HEX triplet: FF, F5 and 1C. RGB value is (255,245,28). Sum of RGB (Red+Green+Blue) = 255+245+28=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 28 (11.33% from 255 or 5.30% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF51C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF51C is #000AE3. Grayscale: #E0E0E0. Windows color (decimal): -2788 or 1897983. OLE color: 1897983.
HSL color Cylindrical-coordinate representation of color #FFF51C: hue angle of 57.36º 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 #FFF51C is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 28 | - |
| CMYK | 0 | 0.04 | 0.89 | 0 |
| HSL | 57.36º | 1% | 0.55% | - |
| HSV(B) | 57.36º | 0.89% | 1% | - |
| XYZ | 74.1 | 86.65 | 13.92 | - |
| YUV | 223.25 | 17.81 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 28 | 0 | 0.04 | 0.89 | 0 | 57.36 | 1 | 0.55 |
| Hex | FF | F5 | 1C | 0 | 4 | 59 | 0 | 39 | 64 | 37 |
| Octal | 377 | 365 | 34 | 0 | 4 | 131 | 0 | 71 | 144 | 67 |
| Binary | 11111111 | 11110101 | 11100 | 0 | 100 | 1011001 | 0 | 111001 | 1100100 | 110111 |
Color Harmonies of #FFF51C
Complementary color
Monochromatic Colors of #FFF51C
Black with #FFF51C
Text Example
Text Example
White with #FFF51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF51C; }
p { color: rgb(255,245,28); }
H1.HeaderClassName
{
color: #FFF51C;
}
.AnyTagClassName
{
color: #FFF51C;
}
</style>
background-color css
<style>
a { background-color: #FFF51C; }
a { background-color: rgb(255,245,28); }
div.DivClassName
{
background-color: #FFF51C;
}
.BgClassName
{
background-color: #FFF51C;
}
</style>
border-color css
<style>
span { border-color: #FFF51C; }
span { border-color: rgb(255,245,28); }
td.TdClassName
{
border-color: #FFF51C;
}
.TagClassName
{
border-color: #FFF51C;
}
</style>