Shades of Dark Tangerine #F7A812
Tints of Dark Tangerine #F7A812
RGB
CMYK
RGB Variations
Color information
#F7A812 (or 0xF7A812) is known color: Dark Tangerine. HEX triplet: F7, A8 and 12. RGB value is (247,168,18). Sum of RGB (Red+Green+Blue) = 247+168+18=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A812 is #0857ED. Grayscale: #AFAFAF. Windows color (decimal): -546798 or 1222903. OLE color: 1222903.
HSL color Cylindrical-coordinate representation of color #F7A812: hue angle of 39.3º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7A812 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 18 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.03 |
| HSL | 39.3º | 0.93% | 0.52% | - |
| HSV(B) | 39.3º | 0.93% | 0.97% | - |
| XYZ | 52.47 | 47.82 | 7.04 | - |
| YUV | 174.52 | 39.67 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 18 | 0 | 0.32 | 0.93 | 0.03 | 39.3 | 0.93 | 0.52 |
| Hex | F7 | A8 | 12 | 0 | 20 | 5D | 3 | 27 | 5D | 34 |
| Octal | 367 | 250 | 22 | 0 | 40 | 135 | 3 | 47 | 135 | 64 |
| Binary | 11110111 | 10101000 | 10010 | 0 | 100000 | 1011101 | 11 | 100111 | 1011101 | 110100 |
Color Harmonies of #F7A812
Complementary color
Monochromatic Colors of #F7A812
Black with #F7A812
Text Example
Text Example
White with #F7A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A812; }
p { color: rgb(247,168,18); }
H1.HeaderClassName
{
color: #F7A812;
}
.AnyTagClassName
{
color: #F7A812;
}
</style>
background-color css
<style>
a { background-color: #F7A812; }
a { background-color: rgb(247,168,18); }
div.DivClassName
{
background-color: #F7A812;
}
.BgClassName
{
background-color: #F7A812;
}
</style>
border-color css
<style>
span { border-color: #F7A812; }
span { border-color: rgb(247,168,18); }
td.TdClassName
{
border-color: #F7A812;
}
.TagClassName
{
border-color: #F7A812;
}
</style>