Shades of Dark Tangerine #F7B316
Tints of Dark Tangerine #F7B316
RGB
CMYK
RGB Variations
Color information
#F7B316 (or 0xF7B316) is known color: Dark Tangerine. HEX triplet: F7, B3 and 16. RGB value is (247,179,22). Sum of RGB (Red+Green+Blue) = 247+179+22=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B316 is #084CE9. Grayscale: #B6B6B6. Windows color (decimal): -543978 or 1487863. OLE color: 1487863.
HSL color Cylindrical-coordinate representation of color #F7B316: hue angle of 41.87º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7B316 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 179 | 22 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.03 |
| HSL | 41.87º | 0.93% | 0.53% | - |
| HSV(B) | 41.87º | 0.91% | 0.97% | - |
| XYZ | 54.62 | 52.07 | 7.93 | - |
| YUV | 181.43 | 38.03 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 22 | 0 | 0.28 | 0.91 | 0.03 | 41.87 | 0.93 | 0.53 |
| Hex | F7 | B3 | 16 | 0 | 1C | 5B | 3 | 2A | 5D | 35 |
| Octal | 367 | 263 | 26 | 0 | 34 | 133 | 3 | 52 | 135 | 65 |
| Binary | 11110111 | 10110011 | 10110 | 0 | 11100 | 1011011 | 11 | 101010 | 1011101 | 110101 |
Color Harmonies of #F7B316
Complementary color
Monochromatic Colors of #F7B316
Black with #F7B316
Text Example
Text Example
White with #F7B316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B316; }
p { color: rgb(247,179,22); }
H1.HeaderClassName
{
color: #F7B316;
}
.AnyTagClassName
{
color: #F7B316;
}
</style>
background-color css
<style>
a { background-color: #F7B316; }
a { background-color: rgb(247,179,22); }
div.DivClassName
{
background-color: #F7B316;
}
.BgClassName
{
background-color: #F7B316;
}
</style>
border-color css
<style>
span { border-color: #F7B316; }
span { border-color: rgb(247,179,22); }
td.TdClassName
{
border-color: #F7B316;
}
.TagClassName
{
border-color: #F7B316;
}
</style>