Shades of Dark Tangerine #FFA70C
Tints of Dark Tangerine #FFA70C
RGB
CMYK
RGB Variations
Color information
#FFA70C (or 0xFFA70C) is known color: Dark Tangerine. HEX triplet: FF, A7 and 0C. RGB value is (255,167,12). Sum of RGB (Red+Green+Blue) = 255+167+12=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA70C is #0058F3. Grayscale: #B0B0B0. Windows color (decimal): -22772 or 829439. OLE color: 829439.
HSL color Cylindrical-coordinate representation of color #FFA70C: hue angle of 38.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFA70C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 12 | - |
| CMYK | 0 | 0.35 | 0.95 | 0 |
| HSL | 38.27º | 1% | 0.52% | - |
| HSV(B) | 38.27º | 0.95% | 1% | - |
| XYZ | 55.13 | 48.92 | 6.89 | - |
| YUV | 175.64 | 35.65 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 12 | 0 | 0.35 | 0.95 | 0 | 38.27 | 1 | 0.52 |
| Hex | FF | A7 | C | 0 | 23 | 5F | 0 | 26 | 64 | 34 |
| Octal | 377 | 247 | 14 | 0 | 43 | 137 | 0 | 46 | 144 | 64 |
| Binary | 11111111 | 10100111 | 1100 | 0 | 100011 | 1011111 | 0 | 100110 | 1100100 | 110100 |
Color Harmonies of #FFA70C
Complementary color
Monochromatic Colors of #FFA70C
Black with #FFA70C
Text Example
Text Example
White with #FFA70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA70C; }
p { color: rgb(255,167,12); }
H1.HeaderClassName
{
color: #FFA70C;
}
.AnyTagClassName
{
color: #FFA70C;
}
</style>
background-color css
<style>
a { background-color: #FFA70C; }
a { background-color: rgb(255,167,12); }
div.DivClassName
{
background-color: #FFA70C;
}
.BgClassName
{
background-color: #FFA70C;
}
</style>
border-color css
<style>
span { border-color: #FFA70C; }
span { border-color: rgb(255,167,12); }
td.TdClassName
{
border-color: #FFA70C;
}
.TagClassName
{
border-color: #FFA70C;
}
</style>