Shades of Dark Tangerine #FAA61B
Tints of Dark Tangerine #FAA61B
RGB
CMYK
RGB Variations
Color information
#FAA61B (or 0xFAA61B) is known color: Dark Tangerine. HEX triplet: FA, A6 and 1B. RGB value is (250,166,27). Sum of RGB (Red+Green+Blue) = 250+166+27=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA61B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA61B is #0559E4. Grayscale: #AFAFAF. Windows color (decimal): -350693 or 1812218. OLE color: 1812218.
HSL color Cylindrical-coordinate representation of color #FAA61B: hue angle of 37.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAA61B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.02 |
| HSL | 37.4º | 0.96% | 0.54% | - |
| HSV(B) | 37.4º | 0.89% | 0.98% | - |
| XYZ | 53.26 | 47.68 | 7.43 | - |
| YUV | 175.27 | 44.33 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 27 | 0 | 0.34 | 0.89 | 0.02 | 37.4 | 0.96 | 0.54 |
| Hex | FA | A6 | 1B | 0 | 22 | 59 | 2 | 25 | 60 | 36 |
| Octal | 372 | 246 | 33 | 0 | 42 | 131 | 2 | 45 | 140 | 66 |
| Binary | 11111010 | 10100110 | 11011 | 0 | 100010 | 1011001 | 10 | 100101 | 1100000 | 110110 |
Color Harmonies of #FAA61B
Complementary color
Monochromatic Colors of #FAA61B
Black with #FAA61B
Text Example
Text Example
White with #FAA61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA61B; }
p { color: rgb(250,166,27); }
H1.HeaderClassName
{
color: #FAA61B;
}
.AnyTagClassName
{
color: #FAA61B;
}
</style>
background-color css
<style>
a { background-color: #FAA61B; }
a { background-color: rgb(250,166,27); }
div.DivClassName
{
background-color: #FAA61B;
}
.BgClassName
{
background-color: #FAA61B;
}
</style>
border-color css
<style>
span { border-color: #FAA61B; }
span { border-color: rgb(250,166,27); }
td.TdClassName
{
border-color: #FAA61B;
}
.TagClassName
{
border-color: #FAA61B;
}
</style>