Shades of Dark Tangerine #FAA61A
Tints of Dark Tangerine #FAA61A
RGB
CMYK
RGB Variations
Color information
#FAA61A (or 0xFAA61A) is known color: Dark Tangerine. HEX triplet: FA, A6 and 1A. RGB value is (250,166,26). Sum of RGB (Red+Green+Blue) = 250+166+26=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA61A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA61A is #0559E5. Grayscale: #AFAFAF. Windows color (decimal): -350694 or 1746682. OLE color: 1746682.
HSL color Cylindrical-coordinate representation of color #FAA61A: hue angle of 37.5º 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 #FAA61A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 26 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.02 |
| HSL | 37.5º | 0.96% | 0.54% | - |
| HSV(B) | 37.5º | 0.9% | 0.98% | - |
| XYZ | 53.25 | 47.67 | 7.37 | - |
| YUV | 175.16 | 43.83 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 26 | 0 | 0.34 | 0.90 | 0.02 | 37.5 | 0.96 | 0.54 |
| Hex | FA | A6 | 1A | 0 | 22 | 5A | 2 | 26 | 60 | 36 |
| Octal | 372 | 246 | 32 | 0 | 42 | 132 | 2 | 46 | 140 | 66 |
| Binary | 11111010 | 10100110 | 11010 | 0 | 100010 | 1011010 | 10 | 100110 | 1100000 | 110110 |
Color Harmonies of #FAA61A
Complementary color
Monochromatic Colors of #FAA61A
Black with #FAA61A
Text Example
Text Example
White with #FAA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA61A; }
p { color: rgb(250,166,26); }
H1.HeaderClassName
{
color: #FAA61A;
}
.AnyTagClassName
{
color: #FAA61A;
}
</style>
background-color css
<style>
a { background-color: #FAA61A; }
a { background-color: rgb(250,166,26); }
div.DivClassName
{
background-color: #FAA61A;
}
.BgClassName
{
background-color: #FAA61A;
}
</style>
border-color css
<style>
span { border-color: #FAA61A; }
span { border-color: rgb(250,166,26); }
td.TdClassName
{
border-color: #FAA61A;
}
.TagClassName
{
border-color: #FAA61A;
}
</style>