Shades of Dark Tangerine #FFA60D
Tints of Dark Tangerine #FFA60D
RGB
CMYK
RGB Variations
Color information
#FFA60D (or 0xFFA60D) is known color: Dark Tangerine. HEX triplet: FF, A6 and 0D. RGB value is (255,166,13). Sum of RGB (Red+Green+Blue) = 255+166+13=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA60D is #0059F2. Grayscale: #AFAFAF. Windows color (decimal): -23027 or 894719. OLE color: 894719.
HSL color Cylindrical-coordinate representation of color #FFA60D: hue angle of 37.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFA60D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0 |
| HSL | 37.93º | 1% | 0.53% | - |
| HSV(B) | 37.93º | 0.95% | 1% | - |
| XYZ | 54.95 | 48.56 | 6.86 | - |
| YUV | 175.17 | 36.49 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 13 | 0 | 0.35 | 0.95 | 0 | 37.93 | 1 | 0.53 |
| Hex | FF | A6 | D | 0 | 23 | 5F | 0 | 26 | 64 | 35 |
| Octal | 377 | 246 | 15 | 0 | 43 | 137 | 0 | 46 | 144 | 65 |
| Binary | 11111111 | 10100110 | 1101 | 0 | 100011 | 1011111 | 0 | 100110 | 1100100 | 110101 |
Color Harmonies of #FFA60D
Complementary color
Monochromatic Colors of #FFA60D
Black with #FFA60D
Text Example
Text Example
White with #FFA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA60D; }
p { color: rgb(255,166,13); }
H1.HeaderClassName
{
color: #FFA60D;
}
.AnyTagClassName
{
color: #FFA60D;
}
</style>
background-color css
<style>
a { background-color: #FFA60D; }
a { background-color: rgb(255,166,13); }
div.DivClassName
{
background-color: #FFA60D;
}
.BgClassName
{
background-color: #FFA60D;
}
</style>
border-color css
<style>
span { border-color: #FFA60D; }
span { border-color: rgb(255,166,13); }
td.TdClassName
{
border-color: #FFA60D;
}
.TagClassName
{
border-color: #FFA60D;
}
</style>