Shades of Dark Orange #F79001
Tints of Dark Orange #F79001
RGB
CMYK
RGB Variations
Color information
#F79001 (or 0xF79001) is known color: Dark Orange. HEX triplet: F7, 90 and 01. RGB value is (247,144,1). Sum of RGB (Red+Green+Blue) = 247+144+1=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F79001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F79001 is #086FFE. Grayscale: #9F9F9F. Windows color (decimal): -552959 or 102647. OLE color: 102647.
HSL color Cylindrical-coordinate representation of color #F79001: hue angle of 34.88º 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 #F79001 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.03 |
| HSL | 34.88º | 0.99% | 0.49% | - |
| HSV(B) | 34.88º | 1% | 0.97% | - |
| XYZ | 48.34 | 39.72 | 5.15 | - |
| YUV | 158.5 | 39.12 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 1 | 0 | 0.42 | 1.00 | 0.03 | 34.88 | 0.99 | 0.49 |
| Hex | F7 | 90 | 1 | 0 | 2A | 64 | 3 | 23 | 63 | 31 |
| Octal | 367 | 220 | 1 | 0 | 52 | 144 | 3 | 43 | 143 | 61 |
| Binary | 11110111 | 10010000 | 1 | 0 | 101010 | 1100100 | 11 | 100011 | 1100011 | 110001 |
Color Harmonies of #F79001
Complementary color
Monochromatic Colors of #F79001
Black with #F79001
Text Example
Text Example
White with #F79001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79001; }
p { color: rgb(247,144,1); }
H1.HeaderClassName
{
color: #F79001;
}
.AnyTagClassName
{
color: #F79001;
}
</style>
background-color css
<style>
a { background-color: #F79001; }
a { background-color: rgb(247,144,1); }
div.DivClassName
{
background-color: #F79001;
}
.BgClassName
{
background-color: #F79001;
}
</style>
border-color css
<style>
span { border-color: #F79001; }
span { border-color: rgb(247,144,1); }
td.TdClassName
{
border-color: #F79001;
}
.TagClassName
{
border-color: #F79001;
}
</style>