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