Shades of Lemon #FAF10D
Tints of Lemon #FAF10D
RGB
CMYK
RGB Variations
Color information
#FAF10D (or 0xFAF10D) is known color: Lemon. HEX triplet: FA, F1 and 0D. RGB value is (250,241,13). Sum of RGB (Red+Green+Blue) = 250+241+13=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 13 (5.47% from 255 or 2.58% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF10D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF10D is #050EF2. Grayscale: #DADADA. Windows color (decimal): -331507 or 913914. OLE color: 913914.
HSL color Cylindrical-coordinate representation of color #FAF10D: hue angle of 57.72º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAF10D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.02 |
| HSL | 57.72º | 0.96% | 0.52% | - |
| HSV(B) | 57.72º | 0.95% | 0.98% | - |
| XYZ | 70.95 | 83.26 | 12.71 | - |
| YUV | 217.7 | 12.48 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 13 | 0 | 0.04 | 0.95 | 0.02 | 57.72 | 0.96 | 0.52 |
| Hex | FA | F1 | D | 0 | 4 | 5F | 2 | 3A | 60 | 34 |
| Octal | 372 | 361 | 15 | 0 | 4 | 137 | 2 | 72 | 140 | 64 |
| Binary | 11111010 | 11110001 | 1101 | 0 | 100 | 1011111 | 10 | 111010 | 1100000 | 110100 |
Color Harmonies of #FAF10D
Complementary color
Monochromatic Colors of #FAF10D
Black with #FAF10D
Text Example
Text Example
White with #FAF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF10D; }
p { color: rgb(250,241,13); }
H1.HeaderClassName
{
color: #FAF10D;
}
.AnyTagClassName
{
color: #FAF10D;
}
</style>
background-color css
<style>
a { background-color: #FAF10D; }
a { background-color: rgb(250,241,13); }
div.DivClassName
{
background-color: #FAF10D;
}
.BgClassName
{
background-color: #FAF10D;
}
</style>
border-color css
<style>
span { border-color: #FAF10D; }
span { border-color: rgb(250,241,13); }
td.TdClassName
{
border-color: #FAF10D;
}
.TagClassName
{
border-color: #FAF10D;
}
</style>