Shades of Lemon #FAF710
Tints of Lemon #FAF710
RGB
CMYK
RGB Variations
Color information
#FAF710 (or 0xFAF710) is known color: Lemon. HEX triplet: FA, F7 and 10. RGB value is (250,247,16). Sum of RGB (Red+Green+Blue) = 250+247+16=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 16 (6.64% from 255 or 3.12% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF710 is #0508EF. Grayscale: #DEDEDE. Windows color (decimal): -329968 or 1112058. OLE color: 1112058.
HSL color Cylindrical-coordinate representation of color #FAF710: hue angle of 59.23º 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 #FAF710 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 16 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.02 |
| HSL | 59.23º | 0.96% | 0.52% | - |
| HSV(B) | 59.23º | 0.94% | 0.98% | - |
| XYZ | 72.78 | 86.88 | 13.42 | - |
| YUV | 221.56 | 11.99 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 16 | 0 | 0.01 | 0.94 | 0.02 | 59.23 | 0.96 | 0.52 |
| Hex | FA | F7 | 10 | 0 | 1 | 5E | 2 | 3B | 60 | 34 |
| Octal | 372 | 367 | 20 | 0 | 1 | 136 | 2 | 73 | 140 | 64 |
| Binary | 11111010 | 11110111 | 10000 | 0 | 1 | 1011110 | 10 | 111011 | 1100000 | 110100 |
Color Harmonies of #FAF710
Complementary color
Monochromatic Colors of #FAF710
Black with #FAF710
Text Example
Text Example
White with #FAF710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF710; }
p { color: rgb(250,247,16); }
H1.HeaderClassName
{
color: #FAF710;
}
.AnyTagClassName
{
color: #FAF710;
}
</style>
background-color css
<style>
a { background-color: #FAF710; }
a { background-color: rgb(250,247,16); }
div.DivClassName
{
background-color: #FAF710;
}
.BgClassName
{
background-color: #FAF710;
}
</style>
border-color css
<style>
span { border-color: #FAF710; }
span { border-color: rgb(250,247,16); }
td.TdClassName
{
border-color: #FAF710;
}
.TagClassName
{
border-color: #FAF710;
}
</style>