Shades of Burnt Orange #F7742F
Tints of Burnt Orange #F7742F
RGB
CMYK
RGB Variations
Color information
#F7742F (or 0xF7742F) is known color: Burnt Orange. HEX triplet: F7, 74 and 2F. RGB value is (247,116,47). Sum of RGB (Red+Green+Blue) = 247+116+47=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F7742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7742F is #088BD0. Grayscale: #939393. Windows color (decimal): -560081 or 3110135. OLE color: 3110135.
HSL color Cylindrical-coordinate representation of color #F7742F: hue angle of 20.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7742F is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 47 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.03 |
| HSL | 20.7º | 0.93% | 0.58% | - |
| HSV(B) | 20.7º | 0.81% | 0.97% | - |
| XYZ | 45.12 | 32.47 | 6.58 | - |
| YUV | 147.3 | 71.4 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 47 | 0 | 0.53 | 0.81 | 0.03 | 20.7 | 0.93 | 0.58 |
| Hex | F7 | 74 | 2F | 0 | 35 | 51 | 3 | 15 | 5D | 3A |
| Octal | 367 | 164 | 57 | 0 | 65 | 121 | 3 | 25 | 135 | 72 |
| Binary | 11110111 | 1110100 | 101111 | 0 | 110101 | 1010001 | 11 | 10101 | 1011101 | 111010 |
Color Harmonies of #F7742F
Complementary color
Monochromatic Colors of #F7742F
Black with #F7742F
Text Example
Text Example
White with #F7742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7742F; }
p { color: rgb(247,116,47); }
H1.HeaderClassName
{
color: #F7742F;
}
.AnyTagClassName
{
color: #F7742F;
}
</style>
background-color css
<style>
a { background-color: #F7742F; }
a { background-color: rgb(247,116,47); }
div.DivClassName
{
background-color: #F7742F;
}
.BgClassName
{
background-color: #F7742F;
}
</style>
border-color css
<style>
span { border-color: #F7742F; }
span { border-color: rgb(247,116,47); }
td.TdClassName
{
border-color: #F7742F;
}
.TagClassName
{
border-color: #F7742F;
}
</style>