Shades of Lemon #FAF911
Tints of Lemon #FAF911
RGB
CMYK
RGB Variations
Color information
#FAF911 (or 0xFAF911) is known color: Lemon. HEX triplet: FA, F9 and 11. RGB value is (250,249,17). Sum of RGB (Red+Green+Blue) = 250+249+17=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 17 (7.03% from 255 or 3.29% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF911 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF911 is #0506EE. Grayscale: #DFDFDF. Windows color (decimal): -329455 or 1178106. OLE color: 1178106.
HSL color Cylindrical-coordinate representation of color #FAF911: hue angle of 59.74º 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 #FAF911 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 17 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.02 |
| HSL | 59.74º | 0.96% | 0.52% | - |
| HSV(B) | 59.74º | 0.93% | 0.98% | - |
| XYZ | 73.4 | 88.12 | 13.67 | - |
| YUV | 222.85 | 11.83 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 17 | 0 | 0.00 | 0.93 | 0.02 | 59.74 | 0.96 | 0.52 |
| Hex | FA | F9 | 11 | 0 | 0 | 5D | 2 | 3C | 60 | 34 |
| Octal | 372 | 371 | 21 | 0 | 0 | 135 | 2 | 74 | 140 | 64 |
| Binary | 11111010 | 11111001 | 10001 | 0 | 0 | 1011101 | 10 | 111100 | 1100000 | 110100 |
Color Harmonies of #FAF911
Complementary color
Monochromatic Colors of #FAF911
Black with #FAF911
Text Example
Text Example
White with #FAF911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF911; }
p { color: rgb(250,249,17); }
H1.HeaderClassName
{
color: #FAF911;
}
.AnyTagClassName
{
color: #FAF911;
}
</style>
background-color css
<style>
a { background-color: #FAF911; }
a { background-color: rgb(250,249,17); }
div.DivClassName
{
background-color: #FAF911;
}
.BgClassName
{
background-color: #FAF911;
}
</style>
border-color css
<style>
span { border-color: #FAF911; }
span { border-color: rgb(250,249,17); }
td.TdClassName
{
border-color: #FAF911;
}
.TagClassName
{
border-color: #FAF911;
}
</style>