Shades of Dark Tangerine #FAA71A
Tints of Dark Tangerine #FAA71A
RGB
CMYK
RGB Variations
Color information
#FAA71A (or 0xFAA71A) is known color: Dark Tangerine. HEX triplet: FA, A7 and 1A. RGB value is (250,167,26). Sum of RGB (Red+Green+Blue) = 250+167+26=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA71A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA71A is #0558E5. Grayscale: #B0B0B0. Windows color (decimal): -350438 or 1746938. OLE color: 1746938.
HSL color Cylindrical-coordinate representation of color #FAA71A: hue angle of 37.77º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAA71A is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 26 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.02 |
| HSL | 37.77º | 0.96% | 0.54% | - |
| HSV(B) | 37.77º | 0.9% | 0.98% | - |
| XYZ | 53.43 | 48.04 | 7.43 | - |
| YUV | 175.74 | 43.5 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 26 | 0 | 0.33 | 0.90 | 0.02 | 37.77 | 0.96 | 0.54 |
| Hex | FA | A7 | 1A | 0 | 21 | 5A | 2 | 26 | 60 | 36 |
| Octal | 372 | 247 | 32 | 0 | 41 | 132 | 2 | 46 | 140 | 66 |
| Binary | 11111010 | 10100111 | 11010 | 0 | 100001 | 1011010 | 10 | 100110 | 1100000 | 110110 |
Color Harmonies of #FAA71A
Complementary color
Monochromatic Colors of #FAA71A
Black with #FAA71A
Text Example
Text Example
White with #FAA71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA71A; }
p { color: rgb(250,167,26); }
H1.HeaderClassName
{
color: #FAA71A;
}
.AnyTagClassName
{
color: #FAA71A;
}
</style>
background-color css
<style>
a { background-color: #FAA71A; }
a { background-color: rgb(250,167,26); }
div.DivClassName
{
background-color: #FAA71A;
}
.BgClassName
{
background-color: #FAA71A;
}
</style>
border-color css
<style>
span { border-color: #FAA71A; }
span { border-color: rgb(250,167,26); }
td.TdClassName
{
border-color: #FAA71A;
}
.TagClassName
{
border-color: #FAA71A;
}
</style>