Shades of Tangerine Yellow #FAC806
Tints of Tangerine Yellow #FAC806
RGB
CMYK
RGB Variations
Color information
#FAC806 (or 0xFAC806) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 06. RGB value is (250,200,6). Sum of RGB (Red+Green+Blue) = 250+200+6=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC806 is #0537F9. Grayscale: #C1C1C1. Windows color (decimal): -342010 or 444666. OLE color: 444666.
HSL color Cylindrical-coordinate representation of color #FAC806: hue angle of 47.7º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAC806 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 6 | - |
| CMYK | 0 | 0.2 | 0.98 | 0.02 |
| HSL | 47.7º | 0.96% | 0.5% | - |
| HSV(B) | 47.7º | 0.98% | 0.98% | - |
| XYZ | 60.11 | 61.65 | 8.9 | - |
| YUV | 192.83 | 22.57 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 6 | 0 | 0.2 | 0.98 | 0.02 | 47.7 | 0.96 | 0.5 |
| Hex | FA | C8 | 6 | 0 | 14 | 62 | 2 | 30 | 60 | 32 |
| Octal | 372 | 310 | 6 | 0 | 24 | 142 | 2 | 60 | 140 | 62 |
| Binary | 11111010 | 11001000 | 110 | 0 | 10100 | 1100010 | 10 | 110000 | 1100000 | 110010 |
Color Harmonies of #FAC806
Complementary color
Monochromatic Colors of #FAC806
Black with #FAC806
Text Example
Text Example
White with #FAC806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC806; }
p { color: rgb(250,200,6); }
H1.HeaderClassName
{
color: #FAC806;
}
.AnyTagClassName
{
color: #FAC806;
}
</style>
background-color css
<style>
a { background-color: #FAC806; }
a { background-color: rgb(250,200,6); }
div.DivClassName
{
background-color: #FAC806;
}
.BgClassName
{
background-color: #FAC806;
}
</style>
border-color css
<style>
span { border-color: #FAC806; }
span { border-color: rgb(250,200,6); }
td.TdClassName
{
border-color: #FAC806;
}
.TagClassName
{
border-color: #FAC806;
}
</style>