Shades of Dark Tangerine #F7A50B
Tints of Dark Tangerine #F7A50B
RGB
CMYK
RGB Variations
Color information
#F7A50B (or 0xF7A50B) is known color: Dark Tangerine. HEX triplet: F7, A5 and 0B. RGB value is (247,165,11). Sum of RGB (Red+Green+Blue) = 247+165+11=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A50B is #085AF4. Grayscale: #ACACAC. Windows color (decimal): -547573 or 763383. OLE color: 763383.
HSL color Cylindrical-coordinate representation of color #F7A50B: hue angle of 39.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7A50B is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 11 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.03 |
| HSL | 39.15º | 0.94% | 0.51% | - |
| HSV(B) | 39.15º | 0.96% | 0.97% | - |
| XYZ | 51.87 | 46.71 | 6.6 | - |
| YUV | 171.96 | 37.17 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 11 | 0 | 0.33 | 0.96 | 0.03 | 39.15 | 0.94 | 0.51 |
| Hex | F7 | A5 | B | 0 | 21 | 60 | 3 | 27 | 5E | 33 |
| Octal | 367 | 245 | 13 | 0 | 41 | 140 | 3 | 47 | 136 | 63 |
| Binary | 11110111 | 10100101 | 1011 | 0 | 100001 | 1100000 | 11 | 100111 | 1011110 | 110011 |
Color Harmonies of #F7A50B
Complementary color
Monochromatic Colors of #F7A50B
Black with #F7A50B
Text Example
Text Example
White with #F7A50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A50B; }
p { color: rgb(247,165,11); }
H1.HeaderClassName
{
color: #F7A50B;
}
.AnyTagClassName
{
color: #F7A50B;
}
</style>
background-color css
<style>
a { background-color: #F7A50B; }
a { background-color: rgb(247,165,11); }
div.DivClassName
{
background-color: #F7A50B;
}
.BgClassName
{
background-color: #F7A50B;
}
</style>
border-color css
<style>
span { border-color: #F7A50B; }
span { border-color: rgb(247,165,11); }
td.TdClassName
{
border-color: #F7A50B;
}
.TagClassName
{
border-color: #F7A50B;
}
</style>