Shades of Burnt Orange #F7752E
Tints of Burnt Orange #F7752E
RGB
CMYK
RGB Variations
Color information
#F7752E (or 0xF7752E) is known color: Burnt Orange. HEX triplet: F7, 75 and 2E. RGB value is (247,117,46). Sum of RGB (Red+Green+Blue) = 247+117+46=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F7752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7752E is #088AD1. Grayscale: #949494. Windows color (decimal): -559826 or 3044855. OLE color: 3044855.
HSL color Cylindrical-coordinate representation of color #F7752E: hue angle of 21.19º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7752E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 46 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.03 |
| HSL | 21.19º | 0.93% | 0.57% | - |
| HSV(B) | 21.19º | 0.81% | 0.97% | - |
| XYZ | 45.21 | 32.69 | 6.51 | - |
| YUV | 147.78 | 70.57 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 46 | 0 | 0.53 | 0.81 | 0.03 | 21.19 | 0.93 | 0.57 |
| Hex | F7 | 75 | 2E | 0 | 35 | 51 | 3 | 15 | 5D | 39 |
| Octal | 367 | 165 | 56 | 0 | 65 | 121 | 3 | 25 | 135 | 71 |
| Binary | 11110111 | 1110101 | 101110 | 0 | 110101 | 1010001 | 11 | 10101 | 1011101 | 111001 |
Color Harmonies of #F7752E
Complementary color
Monochromatic Colors of #F7752E
Black with #F7752E
Text Example
Text Example
White with #F7752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7752E; }
p { color: rgb(247,117,46); }
H1.HeaderClassName
{
color: #F7752E;
}
.AnyTagClassName
{
color: #F7752E;
}
</style>
background-color css
<style>
a { background-color: #F7752E; }
a { background-color: rgb(247,117,46); }
div.DivClassName
{
background-color: #F7752E;
}
.BgClassName
{
background-color: #F7752E;
}
</style>
border-color css
<style>
span { border-color: #F7752E; }
span { border-color: rgb(247,117,46); }
td.TdClassName
{
border-color: #F7752E;
}
.TagClassName
{
border-color: #F7752E;
}
</style>