Shades of Tangerine #F78401
Tints of Tangerine #F78401
RGB
CMYK
RGB Variations
Color information
#F78401 (or 0xF78401) is known color: Tangerine. HEX triplet: F7, 84 and 01. RGB value is (247,132,1). Sum of RGB (Red+Green+Blue) = 247+132+1=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F78401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78401 is #087BFE. Grayscale: #989898. Windows color (decimal): -556031 or 99575. OLE color: 99575.
HSL color Cylindrical-coordinate representation of color #F78401: hue angle of 31.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F78401 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.03 |
| HSL | 31.95º | 0.99% | 0.49% | - |
| HSV(B) | 31.95º | 1% | 0.97% | - |
| XYZ | 46.61 | 36.28 | 4.57 | - |
| YUV | 151.45 | 43.1 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 1 | 0 | 0.47 | 1.00 | 0.03 | 31.95 | 0.99 | 0.49 |
| Hex | F7 | 84 | 1 | 0 | 2F | 64 | 3 | 20 | 63 | 31 |
| Octal | 367 | 204 | 1 | 0 | 57 | 144 | 3 | 40 | 143 | 61 |
| Binary | 11110111 | 10000100 | 1 | 0 | 101111 | 1100100 | 11 | 100000 | 1100011 | 110001 |
Color Harmonies of #F78401
Complementary color
Monochromatic Colors of #F78401
Black with #F78401
Text Example
Text Example
White with #F78401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78401; }
p { color: rgb(247,132,1); }
H1.HeaderClassName
{
color: #F78401;
}
.AnyTagClassName
{
color: #F78401;
}
</style>
background-color css
<style>
a { background-color: #F78401; }
a { background-color: rgb(247,132,1); }
div.DivClassName
{
background-color: #F78401;
}
.BgClassName
{
background-color: #F78401;
}
</style>
border-color css
<style>
span { border-color: #F78401; }
span { border-color: rgb(247,132,1); }
td.TdClassName
{
border-color: #F78401;
}
.TagClassName
{
border-color: #F78401;
}
</style>