Shades of Dark Orange #F78C01
Tints of Dark Orange #F78C01
RGB
CMYK
RGB Variations
Color information
#F78C01 (or 0xF78C01) is known color: Dark Orange. HEX triplet: F7, 8C and 01. RGB value is (247,140,1). Sum of RGB (Red+Green+Blue) = 247+140+1=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78C01 is #0873FE. Grayscale: #9C9C9C. Windows color (decimal): -553983 or 101623. OLE color: 101623.
HSL color Cylindrical-coordinate representation of color #F78C01: hue angle of 33.9º 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 #F78C01 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.03 |
| HSL | 33.9º | 0.99% | 0.49% | - |
| HSV(B) | 33.9º | 1% | 0.97% | - |
| XYZ | 47.74 | 38.53 | 4.95 | - |
| YUV | 156.15 | 40.45 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 1 | 0 | 0.43 | 1.00 | 0.03 | 33.9 | 0.99 | 0.49 |
| Hex | F7 | 8C | 1 | 0 | 2B | 64 | 3 | 22 | 63 | 31 |
| Octal | 367 | 214 | 1 | 0 | 53 | 144 | 3 | 42 | 143 | 61 |
| Binary | 11110111 | 10001100 | 1 | 0 | 101011 | 1100100 | 11 | 100010 | 1100011 | 110001 |
Color Harmonies of #F78C01
Complementary color
Monochromatic Colors of #F78C01
Black with #F78C01
Text Example
Text Example
White with #F78C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C01; }
p { color: rgb(247,140,1); }
H1.HeaderClassName
{
color: #F78C01;
}
.AnyTagClassName
{
color: #F78C01;
}
</style>
background-color css
<style>
a { background-color: #F78C01; }
a { background-color: rgb(247,140,1); }
div.DivClassName
{
background-color: #F78C01;
}
.BgClassName
{
background-color: #F78C01;
}
</style>
border-color css
<style>
span { border-color: #F78C01; }
span { border-color: rgb(247,140,1); }
td.TdClassName
{
border-color: #F78C01;
}
.TagClassName
{
border-color: #F78C01;
}
</style>