Shades of Dark Orange #F78D00
Tints of Dark Orange #F78D00
RGB
CMYK
RGB Variations
Color information
#F78D00 (or 0xF78D00) is known color: Dark Orange. HEX triplet: F7, 8D and 00. RGB value is (247,141,0). Sum of RGB (Red+Green+Blue) = 247+141+0=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F78D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78D00 is #0872FF. Grayscale: #9D9D9D. Windows color (decimal): -553728 or 36343. OLE color: 36343.
HSL color Cylindrical-coordinate representation of color #F78D00: hue angle of 34.25º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F78D00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.03 |
| HSL | 34.25º | 1% | 0.48% | - |
| HSV(B) | 34.25º | 1% | 0.97% | - |
| XYZ | 47.88 | 38.82 | 4.97 | - |
| YUV | 156.62 | 39.62 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 0 | 0 | 0.43 | 1 | 0.03 | 34.25 | 1 | 0.48 |
| Hex | F7 | 8D | 0 | 0 | 2B | 64 | 3 | 22 | 64 | 30 |
| Octal | 367 | 215 | 0 | 0 | 53 | 144 | 3 | 42 | 144 | 60 |
| Binary | 11110111 | 10001101 | 0 | 0 | 101011 | 1100100 | 11 | 100010 | 1100100 | 110000 |
Color Harmonies of #F78D00
Complementary color
Monochromatic Colors of #F78D00
Black with #F78D00
Text Example
Text Example
White with #F78D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78D00; }
p { color: rgb(247,141,0); }
H1.HeaderClassName
{
color: #F78D00;
}
.AnyTagClassName
{
color: #F78D00;
}
</style>
background-color css
<style>
a { background-color: #F78D00; }
a { background-color: rgb(247,141,0); }
div.DivClassName
{
background-color: #F78D00;
}
.BgClassName
{
background-color: #F78D00;
}
</style>
border-color css
<style>
span { border-color: #F78D00; }
span { border-color: rgb(247,141,0); }
td.TdClassName
{
border-color: #F78D00;
}
.TagClassName
{
border-color: #F78D00;
}
</style>