Shades of Lemon #FAF811
Tints of Lemon #FAF811
RGB
CMYK
RGB Variations
Color information
#FAF811 (or 0xFAF811) is known color: Lemon. HEX triplet: FA, F8 and 11. RGB value is (250,248,17). Sum of RGB (Red+Green+Blue) = 250+248+17=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 17 (7.03% from 255 or 3.30% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF811 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF811 is #0507EE. Grayscale: #DFDFDF. Windows color (decimal): -329711 or 1177850. OLE color: 1177850.
HSL color Cylindrical-coordinate representation of color #FAF811: hue angle of 59.48º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAF811 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 17 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.02 |
| HSL | 59.48º | 0.96% | 0.52% | - |
| HSV(B) | 59.48º | 0.93% | 0.98% | - |
| XYZ | 73.09 | 87.5 | 13.57 | - |
| YUV | 222.26 | 12.16 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 17 | 0 | 0.01 | 0.93 | 0.02 | 59.48 | 0.96 | 0.52 |
| Hex | FA | F8 | 11 | 0 | 1 | 5D | 2 | 3B | 60 | 34 |
| Octal | 372 | 370 | 21 | 0 | 1 | 135 | 2 | 73 | 140 | 64 |
| Binary | 11111010 | 11111000 | 10001 | 0 | 1 | 1011101 | 10 | 111011 | 1100000 | 110100 |
Color Harmonies of #FAF811
Complementary color
Monochromatic Colors of #FAF811
Black with #FAF811
Text Example
Text Example
White with #FAF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF811; }
p { color: rgb(250,248,17); }
H1.HeaderClassName
{
color: #FAF811;
}
.AnyTagClassName
{
color: #FAF811;
}
</style>
background-color css
<style>
a { background-color: #FAF811; }
a { background-color: rgb(250,248,17); }
div.DivClassName
{
background-color: #FAF811;
}
.BgClassName
{
background-color: #FAF811;
}
</style>
border-color css
<style>
span { border-color: #FAF811; }
span { border-color: rgb(250,248,17); }
td.TdClassName
{
border-color: #FAF811;
}
.TagClassName
{
border-color: #FAF811;
}
</style>