Shades of Dark Tangerine #FAA60D
Tints of Dark Tangerine #FAA60D
RGB
CMYK
RGB Variations
Color information
#FAA60D (or 0xFAA60D) is known color: Dark Tangerine. HEX triplet: FA, A6 and 0D. RGB value is (250,166,13). Sum of RGB (Red+Green+Blue) = 250+166+13=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA60D is #0559F2. Grayscale: #AEAEAE. Windows color (decimal): -350707 or 894714. OLE color: 894714.
HSL color Cylindrical-coordinate representation of color #FAA60D: hue angle of 38.73º 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 #FAA60D is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 13 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.02 |
| HSL | 38.73º | 0.96% | 0.52% | - |
| HSV(B) | 38.73º | 0.95% | 0.98% | - |
| XYZ | 53.13 | 47.63 | 6.77 | - |
| YUV | 173.67 | 37.33 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 13 | 0 | 0.34 | 0.95 | 0.02 | 38.73 | 0.96 | 0.52 |
| Hex | FA | A6 | D | 0 | 22 | 5F | 2 | 27 | 60 | 34 |
| Octal | 372 | 246 | 15 | 0 | 42 | 137 | 2 | 47 | 140 | 64 |
| Binary | 11111010 | 10100110 | 1101 | 0 | 100010 | 1011111 | 10 | 100111 | 1100000 | 110100 |
Color Harmonies of #FAA60D
Complementary color
Monochromatic Colors of #FAA60D
Black with #FAA60D
Text Example
Text Example
White with #FAA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA60D; }
p { color: rgb(250,166,13); }
H1.HeaderClassName
{
color: #FAA60D;
}
.AnyTagClassName
{
color: #FAA60D;
}
</style>
background-color css
<style>
a { background-color: #FAA60D; }
a { background-color: rgb(250,166,13); }
div.DivClassName
{
background-color: #FAA60D;
}
.BgClassName
{
background-color: #FAA60D;
}
</style>
border-color css
<style>
span { border-color: #FAA60D; }
span { border-color: rgb(250,166,13); }
td.TdClassName
{
border-color: #FAA60D;
}
.TagClassName
{
border-color: #FAA60D;
}
</style>