Shades of Lemon #FAF411
Tints of Lemon #FAF411
RGB
CMYK
RGB Variations
Color information
#FAF411 (or 0xFAF411) is known color: Lemon. HEX triplet: FA, F4 and 11. RGB value is (250,244,17). Sum of RGB (Red+Green+Blue) = 250+244+17=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 17 (7.03% from 255 or 3.33% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF411 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF411 is #050BEE. Grayscale: #DCDCDC. Windows color (decimal): -330735 or 1176826. OLE color: 1176826.
HSL color Cylindrical-coordinate representation of color #FAF411: hue angle of 58.45º 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 #FAF411 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 17 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.02 |
| HSL | 58.45º | 0.96% | 0.52% | - |
| HSV(B) | 58.45º | 0.93% | 0.98% | - |
| XYZ | 71.88 | 85.07 | 13.16 | - |
| YUV | 219.92 | 13.49 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 17 | 0 | 0.02 | 0.93 | 0.02 | 58.45 | 0.96 | 0.52 |
| Hex | FA | F4 | 11 | 0 | 2 | 5D | 2 | 3A | 60 | 34 |
| Octal | 372 | 364 | 21 | 0 | 2 | 135 | 2 | 72 | 140 | 64 |
| Binary | 11111010 | 11110100 | 10001 | 0 | 10 | 1011101 | 10 | 111010 | 1100000 | 110100 |
Color Harmonies of #FAF411
Complementary color
Monochromatic Colors of #FAF411
Black with #FAF411
Text Example
Text Example
White with #FAF411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF411; }
p { color: rgb(250,244,17); }
H1.HeaderClassName
{
color: #FAF411;
}
.AnyTagClassName
{
color: #FAF411;
}
</style>
background-color css
<style>
a { background-color: #FAF411; }
a { background-color: rgb(250,244,17); }
div.DivClassName
{
background-color: #FAF411;
}
.BgClassName
{
background-color: #FAF411;
}
</style>
border-color css
<style>
span { border-color: #FAF411; }
span { border-color: rgb(250,244,17); }
td.TdClassName
{
border-color: #FAF411;
}
.TagClassName
{
border-color: #FAF411;
}
</style>