Shades of Lemon #FAF11C
Tints of Lemon #FAF11C
RGB
CMYK
RGB Variations
Color information
#FAF11C (or 0xFAF11C) is known color: Lemon. HEX triplet: FA, F1 and 1C. RGB value is (250,241,28). Sum of RGB (Red+Green+Blue) = 250+241+28=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 28 (11.33% from 255 or 5.39% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF11C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF11C is #050EE3. Grayscale: #DCDCDC. Windows color (decimal): -331492 or 1896954. OLE color: 1896954.
HSL color Cylindrical-coordinate representation of color #FAF11C: hue angle of 57.57º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAF11C is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 28 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.02 |
| HSL | 57.57º | 0.96% | 0.55% | - |
| HSV(B) | 57.57º | 0.89% | 0.98% | - |
| XYZ | 71.09 | 83.32 | 13.43 | - |
| YUV | 219.41 | 19.98 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 28 | 0 | 0.04 | 0.89 | 0.02 | 57.57 | 0.96 | 0.55 |
| Hex | FA | F1 | 1C | 0 | 4 | 59 | 2 | 3A | 60 | 37 |
| Octal | 372 | 361 | 34 | 0 | 4 | 131 | 2 | 72 | 140 | 67 |
| Binary | 11111010 | 11110001 | 11100 | 0 | 100 | 1011001 | 10 | 111010 | 1100000 | 110111 |
Color Harmonies of #FAF11C
Complementary color
Monochromatic Colors of #FAF11C
Black with #FAF11C
Text Example
Text Example
White with #FAF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF11C; }
p { color: rgb(250,241,28); }
H1.HeaderClassName
{
color: #FAF11C;
}
.AnyTagClassName
{
color: #FAF11C;
}
</style>
background-color css
<style>
a { background-color: #FAF11C; }
a { background-color: rgb(250,241,28); }
div.DivClassName
{
background-color: #FAF11C;
}
.BgClassName
{
background-color: #FAF11C;
}
</style>
border-color css
<style>
span { border-color: #FAF11C; }
span { border-color: rgb(250,241,28); }
td.TdClassName
{
border-color: #FAF11C;
}
.TagClassName
{
border-color: #FAF11C;
}
</style>