Shades of Burnt Orange #F77043
Tints of Burnt Orange #F77043
RGB
CMYK
RGB Variations
Color information
#F77043 (or 0xF77043) is known color: Burnt Orange. HEX triplet: F7, 70 and 43. RGB value is (247,112,67). Sum of RGB (Red+Green+Blue) = 247+112+67=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F77043 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77043 is #088FBC. Grayscale: #939393. Windows color (decimal): -561085 or 4419831. OLE color: 4419831.
HSL color Cylindrical-coordinate representation of color #F77043: hue angle of 15º 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 #F77043 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 67 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.03 |
| HSL | 15º | 0.92% | 0.62% | - |
| HSV(B) | 15º | 0.73% | 0.97% | - |
| XYZ | 45.17 | 31.77 | 9.06 | - |
| YUV | 147.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 67 | 0 | 0.55 | 0.73 | 0.03 | 15 | 0.92 | 0.62 |
| Hex | F7 | 70 | 43 | 0 | 37 | 49 | 3 | F | 5C | 3E |
| Octal | 367 | 160 | 103 | 0 | 67 | 111 | 3 | 17 | 134 | 76 |
| Binary | 11110111 | 1110000 | 1000011 | 0 | 110111 | 1001001 | 11 | 1111 | 1011100 | 111110 |
Color Harmonies of #F77043
Complementary color
Monochromatic Colors of #F77043
Black with #F77043
Text Example
Text Example
White with #F77043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77043; }
p { color: rgb(247,112,67); }
H1.HeaderClassName
{
color: #F77043;
}
.AnyTagClassName
{
color: #F77043;
}
</style>
background-color css
<style>
a { background-color: #F77043; }
a { background-color: rgb(247,112,67); }
div.DivClassName
{
background-color: #F77043;
}
.BgClassName
{
background-color: #F77043;
}
</style>
border-color css
<style>
span { border-color: #F77043; }
span { border-color: rgb(247,112,67); }
td.TdClassName
{
border-color: #F77043;
}
.TagClassName
{
border-color: #F77043;
}
</style>