Shades of Dark Tangerine #FAA00D
Tints of Dark Tangerine #FAA00D
RGB
CMYK
RGB Variations
Color information
#FAA00D (or 0xFAA00D) is known color: Dark Tangerine. HEX triplet: FA, A0 and 0D. RGB value is (250,160,13). Sum of RGB (Red+Green+Blue) = 250+160+13=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA00D is #055FF2. Grayscale: #AAAAAA. Windows color (decimal): -352243 or 893178. OLE color: 893178.
HSL color Cylindrical-coordinate representation of color #FAA00D: hue angle of 37.22º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAA00D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 13 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.02 |
| HSL | 37.22º | 0.96% | 0.52% | - |
| HSV(B) | 37.22º | 0.95% | 0.98% | - |
| XYZ | 52.07 | 45.49 | 6.42 | - |
| YUV | 170.15 | 39.32 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 13 | 0 | 0.36 | 0.95 | 0.02 | 37.22 | 0.96 | 0.52 |
| Hex | FA | A0 | D | 0 | 24 | 5F | 2 | 25 | 60 | 34 |
| Octal | 372 | 240 | 15 | 0 | 44 | 137 | 2 | 45 | 140 | 64 |
| Binary | 11111010 | 10100000 | 1101 | 0 | 100100 | 1011111 | 10 | 100101 | 1100000 | 110100 |
Color Harmonies of #FAA00D
Complementary color
Monochromatic Colors of #FAA00D
Black with #FAA00D
Text Example
Text Example
White with #FAA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA00D; }
p { color: rgb(250,160,13); }
H1.HeaderClassName
{
color: #FAA00D;
}
.AnyTagClassName
{
color: #FAA00D;
}
</style>
background-color css
<style>
a { background-color: #FAA00D; }
a { background-color: rgb(250,160,13); }
div.DivClassName
{
background-color: #FAA00D;
}
.BgClassName
{
background-color: #FAA00D;
}
</style>
border-color css
<style>
span { border-color: #FAA00D; }
span { border-color: rgb(250,160,13); }
td.TdClassName
{
border-color: #FAA00D;
}
.TagClassName
{
border-color: #FAA00D;
}
</style>