Shades of Tangerine #F78504
Tints of Tangerine #F78504
RGB
CMYK
RGB Variations
Color information
#F78504 (or 0xF78504) is known color: Tangerine. HEX triplet: F7, 85 and 04. RGB value is (247,133,4). Sum of RGB (Red+Green+Blue) = 247+133+4=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F78504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78504 is #087AFB. Grayscale: #999999. Windows color (decimal): -555772 or 296439. OLE color: 296439.
HSL color Cylindrical-coordinate representation of color #F78504: hue angle of 31.85º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F78504 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.03 |
| HSL | 31.85º | 0.97% | 0.49% | - |
| HSV(B) | 31.85º | 0.98% | 0.97% | - |
| XYZ | 46.77 | 36.56 | 4.71 | - |
| YUV | 152.38 | 44.27 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 4 | 0 | 0.46 | 0.98 | 0.03 | 31.85 | 0.97 | 0.49 |
| Hex | F7 | 85 | 4 | 0 | 2E | 62 | 3 | 20 | 61 | 31 |
| Octal | 367 | 205 | 4 | 0 | 56 | 142 | 3 | 40 | 141 | 61 |
| Binary | 11110111 | 10000101 | 100 | 0 | 101110 | 1100010 | 11 | 100000 | 1100001 | 110001 |
Color Harmonies of #F78504
Complementary color
Monochromatic Colors of #F78504
Black with #F78504
Text Example
Text Example
White with #F78504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78504; }
p { color: rgb(247,133,4); }
H1.HeaderClassName
{
color: #F78504;
}
.AnyTagClassName
{
color: #F78504;
}
</style>
background-color css
<style>
a { background-color: #F78504; }
a { background-color: rgb(247,133,4); }
div.DivClassName
{
background-color: #F78504;
}
.BgClassName
{
background-color: #F78504;
}
</style>
border-color css
<style>
span { border-color: #F78504; }
span { border-color: rgb(247,133,4); }
td.TdClassName
{
border-color: #F78504;
}
.TagClassName
{
border-color: #F78504;
}
</style>