Shades of Lemon #FAF616
Tints of Lemon #FAF616
RGB
CMYK
RGB Variations
Color information
#FAF616 (or 0xFAF616) is known color: Lemon. HEX triplet: FA, F6 and 16. RGB value is (250,246,22). Sum of RGB (Red+Green+Blue) = 250+246+22=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 22 (8.98% from 255 or 4.25% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF616 is #0509E9. Grayscale: #DEDEDE. Windows color (decimal): -330218 or 1505018. OLE color: 1505018.
HSL color Cylindrical-coordinate representation of color #FAF616: hue angle of 58.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAF616 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.02 |
| HSL | 58.95º | 0.96% | 0.53% | - |
| HSV(B) | 58.95º | 0.91% | 0.98% | - |
| XYZ | 72.52 | 86.29 | 13.59 | - |
| YUV | 221.66 | 15.33 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 22 | 0 | 0.02 | 0.91 | 0.02 | 58.95 | 0.96 | 0.53 |
| Hex | FA | F6 | 16 | 0 | 2 | 5B | 2 | 3B | 60 | 35 |
| Octal | 372 | 366 | 26 | 0 | 2 | 133 | 2 | 73 | 140 | 65 |
| Binary | 11111010 | 11110110 | 10110 | 0 | 10 | 1011011 | 10 | 111011 | 1100000 | 110101 |
Color Harmonies of #FAF616
Complementary color
Monochromatic Colors of #FAF616
Black with #FAF616
Text Example
Text Example
White with #FAF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF616; }
p { color: rgb(250,246,22); }
H1.HeaderClassName
{
color: #FAF616;
}
.AnyTagClassName
{
color: #FAF616;
}
</style>
background-color css
<style>
a { background-color: #FAF616; }
a { background-color: rgb(250,246,22); }
div.DivClassName
{
background-color: #FAF616;
}
.BgClassName
{
background-color: #FAF616;
}
</style>
border-color css
<style>
span { border-color: #FAF616; }
span { border-color: rgb(250,246,22); }
td.TdClassName
{
border-color: #FAF616;
}
.TagClassName
{
border-color: #FAF616;
}
</style>