Shades of Lemon #FAF71E
Tints of Lemon #FAF71E
RGB
CMYK
RGB Variations
Color information
#FAF71E (or 0xFAF71E) is known color: Lemon. HEX triplet: FA, F7 and 1E. RGB value is (250,247,30). Sum of RGB (Red+Green+Blue) = 250+247+30=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 30 (12.11% from 255 or 5.69% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF71E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF71E is #0508E1. Grayscale: #E0E0E0. Windows color (decimal): -329954 or 2029562. OLE color: 2029562.
HSL color Cylindrical-coordinate representation of color #FAF71E: hue angle of 59.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAF71E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 30 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.02 |
| HSL | 59.18º | 0.96% | 0.55% | - |
| HSV(B) | 59.18º | 0.88% | 0.98% | - |
| XYZ | 72.92 | 86.94 | 14.17 | - |
| YUV | 223.16 | 18.99 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 30 | 0 | 0.01 | 0.88 | 0.02 | 59.18 | 0.96 | 0.55 |
| Hex | FA | F7 | 1E | 0 | 1 | 58 | 2 | 3B | 60 | 37 |
| Octal | 372 | 367 | 36 | 0 | 1 | 130 | 2 | 73 | 140 | 67 |
| Binary | 11111010 | 11110111 | 11110 | 0 | 1 | 1011000 | 10 | 111011 | 1100000 | 110111 |
Color Harmonies of #FAF71E
Complementary color
Monochromatic Colors of #FAF71E
Black with #FAF71E
Text Example
Text Example
White with #FAF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF71E; }
p { color: rgb(250,247,30); }
H1.HeaderClassName
{
color: #FAF71E;
}
.AnyTagClassName
{
color: #FAF71E;
}
</style>
background-color css
<style>
a { background-color: #FAF71E; }
a { background-color: rgb(250,247,30); }
div.DivClassName
{
background-color: #FAF71E;
}
.BgClassName
{
background-color: #FAF71E;
}
</style>
border-color css
<style>
span { border-color: #FAF71E; }
span { border-color: rgb(250,247,30); }
td.TdClassName
{
border-color: #FAF71E;
}
.TagClassName
{
border-color: #FAF71E;
}
</style>