Shades of Dark Tangerine #F7B210
Tints of Dark Tangerine #F7B210
RGB
CMYK
RGB Variations
Color information
#F7B210 (or 0xF7B210) is known color: Dark Tangerine. HEX triplet: F7, B2 and 10. RGB value is (247,178,16). Sum of RGB (Red+Green+Blue) = 247+178+16=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B210 is #084DEF. Grayscale: #B4B4B4. Windows color (decimal): -544240 or 1094391. OLE color: 1094391.
HSL color Cylindrical-coordinate representation of color #F7B210: hue angle of 42.08º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7B210 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 178 | 16 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.03 |
| HSL | 42.08º | 0.94% | 0.52% | - |
| HSV(B) | 42.08º | 0.94% | 0.97% | - |
| XYZ | 54.37 | 51.65 | 7.59 | - |
| YUV | 180.16 | 35.36 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 178 | 16 | 0 | 0.28 | 0.94 | 0.03 | 42.08 | 0.94 | 0.52 |
| Hex | F7 | B2 | 10 | 0 | 1C | 5E | 3 | 2A | 5E | 34 |
| Octal | 367 | 262 | 20 | 0 | 34 | 136 | 3 | 52 | 136 | 64 |
| Binary | 11110111 | 10110010 | 10000 | 0 | 11100 | 1011110 | 11 | 101010 | 1011110 | 110100 |
Color Harmonies of #F7B210
Complementary color
Monochromatic Colors of #F7B210
Black with #F7B210
Text Example
Text Example
White with #F7B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B210; }
p { color: rgb(247,178,16); }
H1.HeaderClassName
{
color: #F7B210;
}
.AnyTagClassName
{
color: #F7B210;
}
</style>
background-color css
<style>
a { background-color: #F7B210; }
a { background-color: rgb(247,178,16); }
div.DivClassName
{
background-color: #F7B210;
}
.BgClassName
{
background-color: #F7B210;
}
</style>
border-color css
<style>
span { border-color: #F7B210; }
span { border-color: rgb(247,178,16); }
td.TdClassName
{
border-color: #F7B210;
}
.TagClassName
{
border-color: #F7B210;
}
</style>