Shades of Dark Orange #F79400
Tints of Dark Orange #F79400
RGB
CMYK
RGB Variations
Color information
#F79400 (or 0xF79400) is known color: Dark Orange. HEX triplet: F7, 94 and 00. RGB value is (247,148,0). Sum of RGB (Red+Green+Blue) = 247+148+0=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F79400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F79400 is #086BFF. Grayscale: #A1A1A1. Windows color (decimal): -551936 or 38135. OLE color: 38135.
HSL color Cylindrical-coordinate representation of color #F79400: hue angle of 35.95º 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 #F79400 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.03 |
| HSL | 35.95º | 1% | 0.48% | - |
| HSV(B) | 35.95º | 1% | 0.97% | - |
| XYZ | 48.95 | 40.95 | 5.33 | - |
| YUV | 160.73 | 37.3 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 0 | 0 | 0.40 | 1 | 0.03 | 35.95 | 1 | 0.48 |
| Hex | F7 | 94 | 0 | 0 | 28 | 64 | 3 | 24 | 64 | 30 |
| Octal | 367 | 224 | 0 | 0 | 50 | 144 | 3 | 44 | 144 | 60 |
| Binary | 11110111 | 10010100 | 0 | 0 | 101000 | 1100100 | 11 | 100100 | 1100100 | 110000 |
Color Harmonies of #F79400
Complementary color
Monochromatic Colors of #F79400
Black with #F79400
Text Example
Text Example
White with #F79400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79400; }
p { color: rgb(247,148,0); }
H1.HeaderClassName
{
color: #F79400;
}
.AnyTagClassName
{
color: #F79400;
}
</style>
background-color css
<style>
a { background-color: #F79400; }
a { background-color: rgb(247,148,0); }
div.DivClassName
{
background-color: #F79400;
}
.BgClassName
{
background-color: #F79400;
}
</style>
border-color css
<style>
span { border-color: #F79400; }
span { border-color: rgb(247,148,0); }
td.TdClassName
{
border-color: #F79400;
}
.TagClassName
{
border-color: #F79400;
}
</style>