Shades of Burnt Orange #F76529
Tints of Burnt Orange #F76529
RGB
CMYK
RGB Variations
Color information
#F76529 (or 0xF76529) is known color: Burnt Orange. HEX triplet: F7, 65 and 29. RGB value is (247,101,41). Sum of RGB (Red+Green+Blue) = 247+101+41=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F76529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76529 is #089AD6. Grayscale: #8A8A8A. Windows color (decimal): -563927 or 2713079. OLE color: 2713079.
HSL color Cylindrical-coordinate representation of color #F76529: hue angle of 17.48º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F76529 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 41 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.03 |
| HSL | 17.48º | 0.93% | 0.56% | - |
| HSV(B) | 17.48º | 0.83% | 0.97% | - |
| XYZ | 43.41 | 29.24 | 5.45 | - |
| YUV | 137.81 | 73.37 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 41 | 0 | 0.59 | 0.83 | 0.03 | 17.48 | 0.93 | 0.56 |
| Hex | F7 | 65 | 29 | 0 | 3B | 53 | 3 | 11 | 5D | 38 |
| Octal | 367 | 145 | 51 | 0 | 73 | 123 | 3 | 21 | 135 | 70 |
| Binary | 11110111 | 1100101 | 101001 | 0 | 111011 | 1010011 | 11 | 10001 | 1011101 | 111000 |
Color Harmonies of #F76529
Complementary color
Monochromatic Colors of #F76529
Black with #F76529
Text Example
Text Example
White with #F76529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76529; }
p { color: rgb(247,101,41); }
H1.HeaderClassName
{
color: #F76529;
}
.AnyTagClassName
{
color: #F76529;
}
</style>
background-color css
<style>
a { background-color: #F76529; }
a { background-color: rgb(247,101,41); }
div.DivClassName
{
background-color: #F76529;
}
.BgClassName
{
background-color: #F76529;
}
</style>
border-color css
<style>
span { border-color: #F76529; }
span { border-color: rgb(247,101,41); }
td.TdClassName
{
border-color: #F76529;
}
.TagClassName
{
border-color: #F76529;
}
</style>