Shades of Dark Tangerine #F7A31B
Tints of Dark Tangerine #F7A31B
RGB
CMYK
RGB Variations
Color information
#F7A31B (or 0xF7A31B) is known color: Dark Tangerine. HEX triplet: F7, A3 and 1B. RGB value is (247,163,27). Sum of RGB (Red+Green+Blue) = 247+163+27=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A31B is #085CE4. Grayscale: #ADADAD. Windows color (decimal): -548069 or 1811447. OLE color: 1811447.
HSL color Cylindrical-coordinate representation of color #F7A31B: hue angle of 37.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7A31B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.03 |
| HSL | 37.09º | 0.93% | 0.54% | - |
| HSV(B) | 37.09º | 0.89% | 0.97% | - |
| XYZ | 51.65 | 46.05 | 7.2 | - |
| YUV | 172.61 | 45.83 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 27 | 0 | 0.34 | 0.89 | 0.03 | 37.09 | 0.93 | 0.54 |
| Hex | F7 | A3 | 1B | 0 | 22 | 59 | 3 | 25 | 5D | 36 |
| Octal | 367 | 243 | 33 | 0 | 42 | 131 | 3 | 45 | 135 | 66 |
| Binary | 11110111 | 10100011 | 11011 | 0 | 100010 | 1011001 | 11 | 100101 | 1011101 | 110110 |
Color Harmonies of #F7A31B
Complementary color
Monochromatic Colors of #F7A31B
Black with #F7A31B
Text Example
Text Example
White with #F7A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A31B; }
p { color: rgb(247,163,27); }
H1.HeaderClassName
{
color: #F7A31B;
}
.AnyTagClassName
{
color: #F7A31B;
}
</style>
background-color css
<style>
a { background-color: #F7A31B; }
a { background-color: rgb(247,163,27); }
div.DivClassName
{
background-color: #F7A31B;
}
.BgClassName
{
background-color: #F7A31B;
}
</style>
border-color css
<style>
span { border-color: #F7A31B; }
span { border-color: rgb(247,163,27); }
td.TdClassName
{
border-color: #F7A31B;
}
.TagClassName
{
border-color: #F7A31B;
}
</style>