Shades of Lemon #FAF91B
Tints of Lemon #FAF91B
RGB
CMYK
RGB Variations
Color information
#FAF91B (or 0xFAF91B) is known color: Lemon. HEX triplet: FA, F9 and 1B. RGB value is (250,249,27). Sum of RGB (Red+Green+Blue) = 250+249+27=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 27 (10.94% from 255 or 5.13% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF91B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF91B is #0506E4. Grayscale: #E0E0E0. Windows color (decimal): -329445 or 1833466. OLE color: 1833466.
HSL color Cylindrical-coordinate representation of color #FAF91B: hue angle of 59.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAF91B is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 27 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.02 |
| HSL | 59.73º | 0.96% | 0.54% | - |
| HSV(B) | 59.73º | 0.89% | 0.98% | - |
| XYZ | 73.5 | 88.15 | 14.18 | - |
| YUV | 223.99 | 16.83 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 27 | 0 | 0.00 | 0.89 | 0.02 | 59.73 | 0.96 | 0.54 |
| Hex | FA | F9 | 1B | 0 | 0 | 59 | 2 | 3C | 60 | 36 |
| Octal | 372 | 371 | 33 | 0 | 0 | 131 | 2 | 74 | 140 | 66 |
| Binary | 11111010 | 11111001 | 11011 | 0 | 0 | 1011001 | 10 | 111100 | 1100000 | 110110 |
Color Harmonies of #FAF91B
Complementary color
Monochromatic Colors of #FAF91B
Black with #FAF91B
Text Example
Text Example
White with #FAF91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF91B; }
p { color: rgb(250,249,27); }
H1.HeaderClassName
{
color: #FAF91B;
}
.AnyTagClassName
{
color: #FAF91B;
}
</style>
background-color css
<style>
a { background-color: #FAF91B; }
a { background-color: rgb(250,249,27); }
div.DivClassName
{
background-color: #FAF91B;
}
.BgClassName
{
background-color: #FAF91B;
}
</style>
border-color css
<style>
span { border-color: #FAF91B; }
span { border-color: rgb(250,249,27); }
td.TdClassName
{
border-color: #FAF91B;
}
.TagClassName
{
border-color: #FAF91B;
}
</style>