Shades of Burnt Orange #F77343
Tints of Burnt Orange #F77343
RGB
CMYK
RGB Variations
Color information
#F77343 (or 0xF77343) is known color: Burnt Orange. HEX triplet: F7, 73 and 43. RGB value is (247,115,67). Sum of RGB (Red+Green+Blue) = 247+115+67=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F77343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77343 is #088CBC. Grayscale: #959595. Windows color (decimal): -560317 or 4420599. OLE color: 4420599.
HSL color Cylindrical-coordinate representation of color #F77343: hue angle of 16º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F77343 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 67 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.03 |
| HSL | 16º | 0.92% | 0.62% | - |
| HSV(B) | 16º | 0.73% | 0.97% | - |
| XYZ | 45.5 | 32.44 | 9.17 | - |
| YUV | 149 | 81.73 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 67 | 0 | 0.53 | 0.73 | 0.03 | 16 | 0.92 | 0.62 |
| Hex | F7 | 73 | 43 | 0 | 35 | 49 | 3 | 10 | 5C | 3E |
| Octal | 367 | 163 | 103 | 0 | 65 | 111 | 3 | 20 | 134 | 76 |
| Binary | 11110111 | 1110011 | 1000011 | 0 | 110101 | 1001001 | 11 | 10000 | 1011100 | 111110 |
Color Harmonies of #F77343
Complementary color
Monochromatic Colors of #F77343
Black with #F77343
Text Example
Text Example
White with #F77343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77343; }
p { color: rgb(247,115,67); }
H1.HeaderClassName
{
color: #F77343;
}
.AnyTagClassName
{
color: #F77343;
}
</style>
background-color css
<style>
a { background-color: #F77343; }
a { background-color: rgb(247,115,67); }
div.DivClassName
{
background-color: #F77343;
}
.BgClassName
{
background-color: #F77343;
}
</style>
border-color css
<style>
span { border-color: #F77343; }
span { border-color: rgb(247,115,67); }
td.TdClassName
{
border-color: #F77343;
}
.TagClassName
{
border-color: #F77343;
}
</style>