Shades of Dark Orange #F78F01
Tints of Dark Orange #F78F01
RGB
CMYK
RGB Variations
Color information
#F78F01 (or 0xF78F01) is known color: Dark Orange. HEX triplet: F7, 8F and 01. RGB value is (247,143,1). Sum of RGB (Red+Green+Blue) = 247+143+1=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F78F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78F01 is #0870FE. Grayscale: #9E9E9E. Windows color (decimal): -553215 or 102391. OLE color: 102391.
HSL color Cylindrical-coordinate representation of color #F78F01: hue angle of 34.63º 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 #F78F01 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.03 |
| HSL | 34.63º | 0.99% | 0.49% | - |
| HSV(B) | 34.63º | 1% | 0.97% | - |
| XYZ | 48.19 | 39.42 | 5.1 | - |
| YUV | 157.91 | 39.46 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 1 | 0 | 0.42 | 1.00 | 0.03 | 34.63 | 0.99 | 0.49 |
| Hex | F7 | 8F | 1 | 0 | 2A | 64 | 3 | 23 | 63 | 31 |
| Octal | 367 | 217 | 1 | 0 | 52 | 144 | 3 | 43 | 143 | 61 |
| Binary | 11110111 | 10001111 | 1 | 0 | 101010 | 1100100 | 11 | 100011 | 1100011 | 110001 |
Color Harmonies of #F78F01
Complementary color
Monochromatic Colors of #F78F01
Black with #F78F01
Text Example
Text Example
White with #F78F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78F01; }
p { color: rgb(247,143,1); }
H1.HeaderClassName
{
color: #F78F01;
}
.AnyTagClassName
{
color: #F78F01;
}
</style>
background-color css
<style>
a { background-color: #F78F01; }
a { background-color: rgb(247,143,1); }
div.DivClassName
{
background-color: #F78F01;
}
.BgClassName
{
background-color: #F78F01;
}
</style>
border-color css
<style>
span { border-color: #F78F01; }
span { border-color: rgb(247,143,1); }
td.TdClassName
{
border-color: #F78F01;
}
.TagClassName
{
border-color: #F78F01;
}
</style>