Shades of Lemon #FAF610
Tints of Lemon #FAF610
RGB
CMYK
RGB Variations
Color information
#FAF610 (or 0xFAF610) is known color: Lemon. HEX triplet: FA, F6 and 10. RGB value is (250,246,16). Sum of RGB (Red+Green+Blue) = 250+246+16=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 16 (6.64% from 255 or 3.12% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF610 is #0509EF. Grayscale: #DDDDDD. Windows color (decimal): -330224 or 1111802. OLE color: 1111802.
HSL color Cylindrical-coordinate representation of color #FAF610: hue angle of 58.97º 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 #FAF610 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 16 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.02 |
| HSL | 58.97º | 0.96% | 0.52% | - |
| HSV(B) | 58.97º | 0.94% | 0.98% | - |
| XYZ | 72.47 | 86.27 | 13.32 | - |
| YUV | 220.98 | 12.33 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 16 | 0 | 0.02 | 0.94 | 0.02 | 58.97 | 0.96 | 0.52 |
| Hex | FA | F6 | 10 | 0 | 2 | 5E | 2 | 3B | 60 | 34 |
| Octal | 372 | 366 | 20 | 0 | 2 | 136 | 2 | 73 | 140 | 64 |
| Binary | 11111010 | 11110110 | 10000 | 0 | 10 | 1011110 | 10 | 111011 | 1100000 | 110100 |
Color Harmonies of #FAF610
Complementary color
Monochromatic Colors of #FAF610
Black with #FAF610
Text Example
Text Example
White with #FAF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF610; }
p { color: rgb(250,246,16); }
H1.HeaderClassName
{
color: #FAF610;
}
.AnyTagClassName
{
color: #FAF610;
}
</style>
background-color css
<style>
a { background-color: #FAF610; }
a { background-color: rgb(250,246,16); }
div.DivClassName
{
background-color: #FAF610;
}
.BgClassName
{
background-color: #FAF610;
}
</style>
border-color css
<style>
span { border-color: #FAF610; }
span { border-color: rgb(250,246,16); }
td.TdClassName
{
border-color: #FAF610;
}
.TagClassName
{
border-color: #FAF610;
}
</style>