Shades of Burnt Orange #F76424
Tints of Burnt Orange #F76424
RGB
CMYK
RGB Variations
Color information
#F76424 (or 0xF76424) is known color: Burnt Orange. HEX triplet: F7, 64 and 24. RGB value is (247,100,36). Sum of RGB (Red+Green+Blue) = 247+100+36=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F76424 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76424 is #089BDB. Grayscale: #898989. Windows color (decimal): -564188 or 2385143. OLE color: 2385143.
HSL color Cylindrical-coordinate representation of color #F76424: hue angle of 18.2º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F76424 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 36 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.03 |
| HSL | 18.2º | 0.93% | 0.55% | - |
| HSV(B) | 18.2º | 0.85% | 0.97% | - |
| XYZ | 43.23 | 29.02 | 4.99 | - |
| YUV | 136.66 | 71.2 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 36 | 0 | 0.60 | 0.85 | 0.03 | 18.2 | 0.93 | 0.55 |
| Hex | F7 | 64 | 24 | 0 | 3C | 55 | 3 | 12 | 5D | 37 |
| Octal | 367 | 144 | 44 | 0 | 74 | 125 | 3 | 22 | 135 | 67 |
| Binary | 11110111 | 1100100 | 100100 | 0 | 111100 | 1010101 | 11 | 10010 | 1011101 | 110111 |
Color Harmonies of #F76424
Complementary color
Monochromatic Colors of #F76424
Black with #F76424
Text Example
Text Example
White with #F76424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76424; }
p { color: rgb(247,100,36); }
H1.HeaderClassName
{
color: #F76424;
}
.AnyTagClassName
{
color: #F76424;
}
</style>
background-color css
<style>
a { background-color: #F76424; }
a { background-color: rgb(247,100,36); }
div.DivClassName
{
background-color: #F76424;
}
.BgClassName
{
background-color: #F76424;
}
</style>
border-color css
<style>
span { border-color: #F76424; }
span { border-color: rgb(247,100,36); }
td.TdClassName
{
border-color: #F76424;
}
.TagClassName
{
border-color: #F76424;
}
</style>