Shades of Lemon #FAF215
Tints of Lemon #FAF215
RGB
CMYK
RGB Variations
Color information
#FAF215 (or 0xFAF215) is known color: Lemon. HEX triplet: FA, F2 and 15. RGB value is (250,242,21). Sum of RGB (Red+Green+Blue) = 250+242+21=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 21 (8.59% from 255 or 4.09% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF215 is #050DEA. Grayscale: #DCDCDC. Windows color (decimal): -331243 or 1438458. OLE color: 1438458.
HSL color Cylindrical-coordinate representation of color #FAF215: hue angle of 57.9º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAF215 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 21 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.02 |
| HSL | 57.9º | 0.96% | 0.53% | - |
| HSV(B) | 57.9º | 0.92% | 0.98% | - |
| XYZ | 71.31 | 83.88 | 13.14 | - |
| YUV | 219.2 | 16.15 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 21 | 0 | 0.03 | 0.92 | 0.02 | 57.9 | 0.96 | 0.53 |
| Hex | FA | F2 | 15 | 0 | 3 | 5C | 2 | 3A | 60 | 35 |
| Octal | 372 | 362 | 25 | 0 | 3 | 134 | 2 | 72 | 140 | 65 |
| Binary | 11111010 | 11110010 | 10101 | 0 | 11 | 1011100 | 10 | 111010 | 1100000 | 110101 |
Color Harmonies of #FAF215
Complementary color
Monochromatic Colors of #FAF215
Black with #FAF215
Text Example
Text Example
White with #FAF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF215; }
p { color: rgb(250,242,21); }
H1.HeaderClassName
{
color: #FAF215;
}
.AnyTagClassName
{
color: #FAF215;
}
</style>
background-color css
<style>
a { background-color: #FAF215; }
a { background-color: rgb(250,242,21); }
div.DivClassName
{
background-color: #FAF215;
}
.BgClassName
{
background-color: #FAF215;
}
</style>
border-color css
<style>
span { border-color: #FAF215; }
span { border-color: rgb(250,242,21); }
td.TdClassName
{
border-color: #FAF215;
}
.TagClassName
{
border-color: #FAF215;
}
</style>