Shades of Lemon #FAF10E
Tints of Lemon #FAF10E
RGB
CMYK
RGB Variations
Color information
#FAF10E (or 0xFAF10E) is known color: Lemon. HEX triplet: FA, F1 and 0E. RGB value is (250,241,14). Sum of RGB (Red+Green+Blue) = 250+241+14=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 14 (5.86% from 255 or 2.77% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF10E is #050EF1. Grayscale: #DADADA. Windows color (decimal): -331506 or 979450. OLE color: 979450.
HSL color Cylindrical-coordinate representation of color #FAF10E: hue angle of 57.71º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAF10E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.02 |
| HSL | 57.71º | 0.96% | 0.52% | - |
| HSV(B) | 57.71º | 0.94% | 0.98% | - |
| XYZ | 70.96 | 83.27 | 12.75 | - |
| YUV | 217.81 | 12.98 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 14 | 0 | 0.04 | 0.94 | 0.02 | 57.71 | 0.96 | 0.52 |
| Hex | FA | F1 | E | 0 | 4 | 5E | 2 | 3A | 60 | 34 |
| Octal | 372 | 361 | 16 | 0 | 4 | 136 | 2 | 72 | 140 | 64 |
| Binary | 11111010 | 11110001 | 1110 | 0 | 100 | 1011110 | 10 | 111010 | 1100000 | 110100 |
Color Harmonies of #FAF10E
Complementary color
Monochromatic Colors of #FAF10E
Black with #FAF10E
Text Example
Text Example
White with #FAF10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF10E; }
p { color: rgb(250,241,14); }
H1.HeaderClassName
{
color: #FAF10E;
}
.AnyTagClassName
{
color: #FAF10E;
}
</style>
background-color css
<style>
a { background-color: #FAF10E; }
a { background-color: rgb(250,241,14); }
div.DivClassName
{
background-color: #FAF10E;
}
.BgClassName
{
background-color: #FAF10E;
}
</style>
border-color css
<style>
span { border-color: #FAF10E; }
span { border-color: rgb(250,241,14); }
td.TdClassName
{
border-color: #FAF10E;
}
.TagClassName
{
border-color: #FAF10E;
}
</style>