Shades of Tangerine #F7890C
Tints of Tangerine #F7890C
RGB
CMYK
RGB Variations
Color information
#F7890C (or 0xF7890C) is known color: Tangerine. HEX triplet: F7, 89 and 0C. RGB value is (247,137,12). Sum of RGB (Red+Green+Blue) = 247+137+12=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F7890C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7890C is #0876F3. Grayscale: #9C9C9C. Windows color (decimal): -554740 or 821751. OLE color: 821751.
HSL color Cylindrical-coordinate representation of color #F7890C: hue angle of 31.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7890C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 12 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.03 |
| HSL | 31.91º | 0.94% | 0.51% | - |
| HSV(B) | 31.91º | 0.95% | 0.97% | - |
| XYZ | 47.37 | 37.69 | 5.13 | - |
| YUV | 155.64 | 46.94 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 12 | 0 | 0.45 | 0.95 | 0.03 | 31.91 | 0.94 | 0.51 |
| Hex | F7 | 89 | C | 0 | 2D | 5F | 3 | 20 | 5E | 33 |
| Octal | 367 | 211 | 14 | 0 | 55 | 137 | 3 | 40 | 136 | 63 |
| Binary | 11110111 | 10001001 | 1100 | 0 | 101101 | 1011111 | 11 | 100000 | 1011110 | 110011 |
Color Harmonies of #F7890C
Complementary color
Monochromatic Colors of #F7890C
Black with #F7890C
Text Example
Text Example
White with #F7890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7890C; }
p { color: rgb(247,137,12); }
H1.HeaderClassName
{
color: #F7890C;
}
.AnyTagClassName
{
color: #F7890C;
}
</style>
background-color css
<style>
a { background-color: #F7890C; }
a { background-color: rgb(247,137,12); }
div.DivClassName
{
background-color: #F7890C;
}
.BgClassName
{
background-color: #F7890C;
}
</style>
border-color css
<style>
span { border-color: #F7890C; }
span { border-color: rgb(247,137,12); }
td.TdClassName
{
border-color: #F7890C;
}
.TagClassName
{
border-color: #F7890C;
}
</style>