Shades of Dark Orange #F78D07
Tints of Dark Orange #F78D07
RGB
CMYK
RGB Variations
Color information
#F78D07 (or 0xF78D07) is known color: Dark Orange. HEX triplet: F7, 8D and 07. RGB value is (247,141,7). Sum of RGB (Red+Green+Blue) = 247+141+7=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F78D07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78D07 is #0872F8. Grayscale: #9E9E9E. Windows color (decimal): -553721 or 495095. OLE color: 495095.
HSL color Cylindrical-coordinate representation of color #F78D07: hue angle of 33.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F78D07 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 7 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.03 |
| HSL | 33.5º | 0.94% | 0.5% | - |
| HSV(B) | 33.5º | 0.97% | 0.97% | - |
| XYZ | 47.92 | 38.84 | 5.17 | - |
| YUV | 157.42 | 43.12 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 7 | 0 | 0.43 | 0.97 | 0.03 | 33.5 | 0.94 | 0.5 |
| Hex | F7 | 8D | 7 | 0 | 2B | 61 | 3 | 22 | 5E | 32 |
| Octal | 367 | 215 | 7 | 0 | 53 | 141 | 3 | 42 | 136 | 62 |
| Binary | 11110111 | 10001101 | 111 | 0 | 101011 | 1100001 | 11 | 100010 | 1011110 | 110010 |
Color Harmonies of #F78D07
Complementary color
Monochromatic Colors of #F78D07
Black with #F78D07
Text Example
Text Example
White with #F78D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78D07; }
p { color: rgb(247,141,7); }
H1.HeaderClassName
{
color: #F78D07;
}
.AnyTagClassName
{
color: #F78D07;
}
</style>
background-color css
<style>
a { background-color: #F78D07; }
a { background-color: rgb(247,141,7); }
div.DivClassName
{
background-color: #F78D07;
}
.BgClassName
{
background-color: #F78D07;
}
</style>
border-color css
<style>
span { border-color: #F78D07; }
span { border-color: rgb(247,141,7); }
td.TdClassName
{
border-color: #F78D07;
}
.TagClassName
{
border-color: #F78D07;
}
</style>