Shades of Dark Tangerine #FFA70F
Tints of Dark Tangerine #FFA70F
RGB
CMYK
RGB Variations
Color information
#FFA70F (or 0xFFA70F) is known color: Dark Tangerine. HEX triplet: FF, A7 and 0F. RGB value is (255,167,15). Sum of RGB (Red+Green+Blue) = 255+167+15=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA70F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA70F is #0058F0. Grayscale: #B0B0B0. Windows color (decimal): -22769 or 1026047. OLE color: 1026047.
HSL color Cylindrical-coordinate representation of color #FFA70F: hue angle of 38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFA70F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0 |
| HSL | 38º | 1% | 0.53% | - |
| HSV(B) | 38º | 0.94% | 1% | - |
| XYZ | 55.14 | 48.93 | 6.99 | - |
| YUV | 175.98 | 37.15 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 15 | 0 | 0.35 | 0.94 | 0 | 38 | 1 | 0.53 |
| Hex | FF | A7 | F | 0 | 23 | 5E | 0 | 26 | 64 | 35 |
| Octal | 377 | 247 | 17 | 0 | 43 | 136 | 0 | 46 | 144 | 65 |
| Binary | 11111111 | 10100111 | 1111 | 0 | 100011 | 1011110 | 0 | 100110 | 1100100 | 110101 |
Color Harmonies of #FFA70F
Complementary color
Monochromatic Colors of #FFA70F
Black with #FFA70F
Text Example
Text Example
White with #FFA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA70F; }
p { color: rgb(255,167,15); }
H1.HeaderClassName
{
color: #FFA70F;
}
.AnyTagClassName
{
color: #FFA70F;
}
</style>
background-color css
<style>
a { background-color: #FFA70F; }
a { background-color: rgb(255,167,15); }
div.DivClassName
{
background-color: #FFA70F;
}
.BgClassName
{
background-color: #FFA70F;
}
</style>
border-color css
<style>
span { border-color: #FFA70F; }
span { border-color: rgb(255,167,15); }
td.TdClassName
{
border-color: #FFA70F;
}
.TagClassName
{
border-color: #FFA70F;
}
</style>