Shades of Lemon #FAF10B
Tints of Lemon #FAF10B
RGB
CMYK
RGB Variations
Color information
#FAF10B (or 0xFAF10B) is known color: Lemon. HEX triplet: FA, F1 and 0B. RGB value is (250,241,11). Sum of RGB (Red+Green+Blue) = 250+241+11=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 11 (4.69% from 255 or 2.19% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF10B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF10B is #050EF4. Grayscale: #DADADA. Windows color (decimal): -331509 or 782842. OLE color: 782842.
HSL color Cylindrical-coordinate representation of color #FAF10B: hue angle of 57.74º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAF10B is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 11 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.02 |
| HSL | 57.74º | 0.96% | 0.51% | - |
| HSV(B) | 57.74º | 0.96% | 0.98% | - |
| XYZ | 70.94 | 83.26 | 12.65 | - |
| YUV | 217.47 | 11.48 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 11 | 0 | 0.04 | 0.96 | 0.02 | 57.74 | 0.96 | 0.51 |
| Hex | FA | F1 | B | 0 | 4 | 60 | 2 | 3A | 60 | 33 |
| Octal | 372 | 361 | 13 | 0 | 4 | 140 | 2 | 72 | 140 | 63 |
| Binary | 11111010 | 11110001 | 1011 | 0 | 100 | 1100000 | 10 | 111010 | 1100000 | 110011 |
Color Harmonies of #FAF10B
Complementary color
Monochromatic Colors of #FAF10B
Black with #FAF10B
Text Example
Text Example
White with #FAF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF10B; }
p { color: rgb(250,241,11); }
H1.HeaderClassName
{
color: #FAF10B;
}
.AnyTagClassName
{
color: #FAF10B;
}
</style>
background-color css
<style>
a { background-color: #FAF10B; }
a { background-color: rgb(250,241,11); }
div.DivClassName
{
background-color: #FAF10B;
}
.BgClassName
{
background-color: #FAF10B;
}
</style>
border-color css
<style>
span { border-color: #FAF10B; }
span { border-color: rgb(250,241,11); }
td.TdClassName
{
border-color: #FAF10B;
}
.TagClassName
{
border-color: #FAF10B;
}
</style>