Shades of Burnt Orange #F7742B
Tints of Burnt Orange #F7742B
RGB
CMYK
RGB Variations
Color information
#F7742B (or 0xF7742B) is known color: Burnt Orange. HEX triplet: F7, 74 and 2B. RGB value is (247,116,43). Sum of RGB (Red+Green+Blue) = 247+116+43=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7742B is #088BD4. Grayscale: #939393. Windows color (decimal): -560085 or 2847991. OLE color: 2847991.
HSL color Cylindrical-coordinate representation of color #F7742B: hue angle of 21.47º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7742B is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 43 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.03 |
| HSL | 21.47º | 0.93% | 0.57% | - |
| HSV(B) | 21.47º | 0.83% | 0.97% | - |
| XYZ | 45.04 | 32.44 | 6.17 | - |
| YUV | 146.85 | 69.4 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 43 | 0 | 0.53 | 0.83 | 0.03 | 21.47 | 0.93 | 0.57 |
| Hex | F7 | 74 | 2B | 0 | 35 | 53 | 3 | 15 | 5D | 39 |
| Octal | 367 | 164 | 53 | 0 | 65 | 123 | 3 | 25 | 135 | 71 |
| Binary | 11110111 | 1110100 | 101011 | 0 | 110101 | 1010011 | 11 | 10101 | 1011101 | 111001 |
Color Harmonies of #F7742B
Complementary color
Monochromatic Colors of #F7742B
Black with #F7742B
Text Example
Text Example
White with #F7742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7742B; }
p { color: rgb(247,116,43); }
H1.HeaderClassName
{
color: #F7742B;
}
.AnyTagClassName
{
color: #F7742B;
}
</style>
background-color css
<style>
a { background-color: #F7742B; }
a { background-color: rgb(247,116,43); }
div.DivClassName
{
background-color: #F7742B;
}
.BgClassName
{
background-color: #F7742B;
}
</style>
border-color css
<style>
span { border-color: #F7742B; }
span { border-color: rgb(247,116,43); }
td.TdClassName
{
border-color: #F7742B;
}
.TagClassName
{
border-color: #F7742B;
}
</style>