Shades of Burnt Orange #F76426
Tints of Burnt Orange #F76426
RGB
CMYK
RGB Variations
Color information
#F76426 (or 0xF76426) is known color: Burnt Orange. HEX triplet: F7, 64 and 26. RGB value is (247,100,38). Sum of RGB (Red+Green+Blue) = 247+100+38=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F76426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76426 is #089BD9. Grayscale: #898989. Windows color (decimal): -564186 or 2516215. OLE color: 2516215.
HSL color Cylindrical-coordinate representation of color #F76426: hue angle of 17.8º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F76426 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 38 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.03 |
| HSL | 17.8º | 0.93% | 0.56% | - |
| HSV(B) | 17.8º | 0.85% | 0.97% | - |
| XYZ | 43.26 | 29.03 | 5.16 | - |
| YUV | 136.89 | 72.2 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 38 | 0 | 0.60 | 0.85 | 0.03 | 17.8 | 0.93 | 0.56 |
| Hex | F7 | 64 | 26 | 0 | 3C | 55 | 3 | 12 | 5D | 38 |
| Octal | 367 | 144 | 46 | 0 | 74 | 125 | 3 | 22 | 135 | 70 |
| Binary | 11110111 | 1100100 | 100110 | 0 | 111100 | 1010101 | 11 | 10010 | 1011101 | 111000 |
Color Harmonies of #F76426
Complementary color
Monochromatic Colors of #F76426
Black with #F76426
Text Example
Text Example
White with #F76426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76426; }
p { color: rgb(247,100,38); }
H1.HeaderClassName
{
color: #F76426;
}
.AnyTagClassName
{
color: #F76426;
}
</style>
background-color css
<style>
a { background-color: #F76426; }
a { background-color: rgb(247,100,38); }
div.DivClassName
{
background-color: #F76426;
}
.BgClassName
{
background-color: #F76426;
}
</style>
border-color css
<style>
span { border-color: #F76426; }
span { border-color: rgb(247,100,38); }
td.TdClassName
{
border-color: #F76426;
}
.TagClassName
{
border-color: #F76426;
}
</style>