Shades of Dark Tangerine #F7A70C
Tints of Dark Tangerine #F7A70C
RGB
CMYK
RGB Variations
Color information
#F7A70C (or 0xF7A70C) is known color: Dark Tangerine. HEX triplet: F7, A7 and 0C. RGB value is (247,167,12). Sum of RGB (Red+Green+Blue) = 247+167+12=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A70C is #0858F3. Grayscale: #ADADAD. Windows color (decimal): -547060 or 829431. OLE color: 829431.
HSL color Cylindrical-coordinate representation of color #F7A70C: hue angle of 39.57º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7A70C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.03 |
| HSL | 39.57º | 0.94% | 0.51% | - |
| HSV(B) | 39.57º | 0.95% | 0.97% | - |
| XYZ | 52.24 | 47.44 | 6.75 | - |
| YUV | 173.25 | 37 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 12 | 0 | 0.32 | 0.95 | 0.03 | 39.57 | 0.94 | 0.51 |
| Hex | F7 | A7 | C | 0 | 20 | 5F | 3 | 28 | 5E | 33 |
| Octal | 367 | 247 | 14 | 0 | 40 | 137 | 3 | 50 | 136 | 63 |
| Binary | 11110111 | 10100111 | 1100 | 0 | 100000 | 1011111 | 11 | 101000 | 1011110 | 110011 |
Color Harmonies of #F7A70C
Complementary color
Monochromatic Colors of #F7A70C
Black with #F7A70C
Text Example
Text Example
White with #F7A70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A70C; }
p { color: rgb(247,167,12); }
H1.HeaderClassName
{
color: #F7A70C;
}
.AnyTagClassName
{
color: #F7A70C;
}
</style>
background-color css
<style>
a { background-color: #F7A70C; }
a { background-color: rgb(247,167,12); }
div.DivClassName
{
background-color: #F7A70C;
}
.BgClassName
{
background-color: #F7A70C;
}
</style>
border-color css
<style>
span { border-color: #F7A70C; }
span { border-color: rgb(247,167,12); }
td.TdClassName
{
border-color: #F7A70C;
}
.TagClassName
{
border-color: #F7A70C;
}
</style>