Shades of Lemon #FAF517
Tints of Lemon #FAF517
RGB
CMYK
RGB Variations
Color information
#FAF517 (or 0xFAF517) is known color: Lemon. HEX triplet: FA, F5 and 17. RGB value is (250,245,23). Sum of RGB (Red+Green+Blue) = 250+245+23=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 23 (9.38% from 255 or 4.44% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF517 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF517 is #050AE8. Grayscale: #DEDEDE. Windows color (decimal): -330473 or 1570298. OLE color: 1570298.
HSL color Cylindrical-coordinate representation of color #FAF517: hue angle of 58.68º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAF517 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 23 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.02 |
| HSL | 58.68º | 0.96% | 0.54% | - |
| HSV(B) | 58.68º | 0.91% | 0.98% | - |
| XYZ | 72.23 | 85.69 | 13.54 | - |
| YUV | 221.19 | 16.16 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 23 | 0 | 0.02 | 0.91 | 0.02 | 58.68 | 0.96 | 0.54 |
| Hex | FA | F5 | 17 | 0 | 2 | 5B | 2 | 3B | 60 | 36 |
| Octal | 372 | 365 | 27 | 0 | 2 | 133 | 2 | 73 | 140 | 66 |
| Binary | 11111010 | 11110101 | 10111 | 0 | 10 | 1011011 | 10 | 111011 | 1100000 | 110110 |
Color Harmonies of #FAF517
Complementary color
Monochromatic Colors of #FAF517
Black with #FAF517
Text Example
Text Example
White with #FAF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF517; }
p { color: rgb(250,245,23); }
H1.HeaderClassName
{
color: #FAF517;
}
.AnyTagClassName
{
color: #FAF517;
}
</style>
background-color css
<style>
a { background-color: #FAF517; }
a { background-color: rgb(250,245,23); }
div.DivClassName
{
background-color: #FAF517;
}
.BgClassName
{
background-color: #FAF517;
}
</style>
border-color css
<style>
span { border-color: #FAF517; }
span { border-color: rgb(250,245,23); }
td.TdClassName
{
border-color: #FAF517;
}
.TagClassName
{
border-color: #FAF517;
}
</style>