Shades of Tangerine #F7880F
Tints of Tangerine #F7880F
RGB
CMYK
RGB Variations
Color information
#F7880F (or 0xF7880F) is known color: Tangerine. HEX triplet: F7, 88 and 0F. RGB value is (247,136,15). Sum of RGB (Red+Green+Blue) = 247+136+15=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F7880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7880F is #0877F0. Grayscale: #9B9B9B. Windows color (decimal): -554993 or 1018103. OLE color: 1018103.
HSL color Cylindrical-coordinate representation of color #F7880F: hue angle of 31.29º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7880F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 15 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.03 |
| HSL | 31.29º | 0.94% | 0.51% | - |
| HSV(B) | 31.29º | 0.94% | 0.97% | - |
| XYZ | 47.25 | 37.42 | 5.18 | - |
| YUV | 155.4 | 48.77 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 15 | 0 | 0.45 | 0.94 | 0.03 | 31.29 | 0.94 | 0.51 |
| Hex | F7 | 88 | F | 0 | 2D | 5E | 3 | 1F | 5E | 33 |
| Octal | 367 | 210 | 17 | 0 | 55 | 136 | 3 | 37 | 136 | 63 |
| Binary | 11110111 | 10001000 | 1111 | 0 | 101101 | 1011110 | 11 | 11111 | 1011110 | 110011 |
Color Harmonies of #F7880F
Complementary color
Monochromatic Colors of #F7880F
Black with #F7880F
Text Example
Text Example
White with #F7880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7880F; }
p { color: rgb(247,136,15); }
H1.HeaderClassName
{
color: #F7880F;
}
.AnyTagClassName
{
color: #F7880F;
}
</style>
background-color css
<style>
a { background-color: #F7880F; }
a { background-color: rgb(247,136,15); }
div.DivClassName
{
background-color: #F7880F;
}
.BgClassName
{
background-color: #F7880F;
}
</style>
border-color css
<style>
span { border-color: #F7880F; }
span { border-color: rgb(247,136,15); }
td.TdClassName
{
border-color: #F7880F;
}
.TagClassName
{
border-color: #F7880F;
}
</style>