Shades of Lemon #FFF311
Tints of Lemon #FFF311
RGB
CMYK
RGB Variations
Color information
#FFF311 (or 0xFFF311) is known color: Lemon. HEX triplet: FF, F3 and 11. RGB value is (255,243,17). Sum of RGB (Red+Green+Blue) = 255+243+17=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 17 (7.03% from 255 or 3.30% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF311 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF311 is #000CEE. Grayscale: #DDDDDD. Windows color (decimal): -3311 or 1176575. OLE color: 1176575.
HSL color Cylindrical-coordinate representation of color #FFF311: hue angle of 56.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFF311 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0 |
| HSL | 56.97º | 1% | 0.53% | - |
| HSV(B) | 56.97º | 0.93% | 1% | - |
| XYZ | 73.39 | 85.4 | 13.15 | - |
| YUV | 220.82 | 12.98 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 17 | 0 | 0.05 | 0.93 | 0 | 56.97 | 1 | 0.53 |
| Hex | FF | F3 | 11 | 0 | 5 | 5D | 0 | 39 | 64 | 35 |
| Octal | 377 | 363 | 21 | 0 | 5 | 135 | 0 | 71 | 144 | 65 |
| Binary | 11111111 | 11110011 | 10001 | 0 | 101 | 1011101 | 0 | 111001 | 1100100 | 110101 |
Color Harmonies of #FFF311
Complementary color
Monochromatic Colors of #FFF311
Black with #FFF311
Text Example
Text Example
White with #FFF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF311; }
p { color: rgb(255,243,17); }
H1.HeaderClassName
{
color: #FFF311;
}
.AnyTagClassName
{
color: #FFF311;
}
</style>
background-color css
<style>
a { background-color: #FFF311; }
a { background-color: rgb(255,243,17); }
div.DivClassName
{
background-color: #FFF311;
}
.BgClassName
{
background-color: #FFF311;
}
</style>
border-color css
<style>
span { border-color: #FFF311; }
span { border-color: rgb(255,243,17); }
td.TdClassName
{
border-color: #FFF311;
}
.TagClassName
{
border-color: #FFF311;
}
</style>