Shades of Burnt Orange #F77243
Tints of Burnt Orange #F77243
RGB
CMYK
RGB Variations
Color information
#F77243 (or 0xF77243) is known color: Burnt Orange. HEX triplet: F7, 72 and 43. RGB value is (247,114,67). Sum of RGB (Red+Green+Blue) = 247+114+67=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F77243 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77243 is #088DBC. Grayscale: #949494. Windows color (decimal): -560573 or 4420343. OLE color: 4420343.
HSL color Cylindrical-coordinate representation of color #F77243: hue angle of 15.67º 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 #F77243 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 67 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.03 |
| HSL | 15.67º | 0.92% | 0.62% | - |
| HSV(B) | 15.67º | 0.73% | 0.97% | - |
| XYZ | 45.39 | 32.21 | 9.14 | - |
| YUV | 148.41 | 82.06 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 67 | 0 | 0.54 | 0.73 | 0.03 | 15.67 | 0.92 | 0.62 |
| Hex | F7 | 72 | 43 | 0 | 36 | 49 | 3 | 10 | 5C | 3E |
| Octal | 367 | 162 | 103 | 0 | 66 | 111 | 3 | 20 | 134 | 76 |
| Binary | 11110111 | 1110010 | 1000011 | 0 | 110110 | 1001001 | 11 | 10000 | 1011100 | 111110 |
Color Harmonies of #F77243
Complementary color
Monochromatic Colors of #F77243
Black with #F77243
Text Example
Text Example
White with #F77243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77243; }
p { color: rgb(247,114,67); }
H1.HeaderClassName
{
color: #F77243;
}
.AnyTagClassName
{
color: #F77243;
}
</style>
background-color css
<style>
a { background-color: #F77243; }
a { background-color: rgb(247,114,67); }
div.DivClassName
{
background-color: #F77243;
}
.BgClassName
{
background-color: #F77243;
}
</style>
border-color css
<style>
span { border-color: #F77243; }
span { border-color: rgb(247,114,67); }
td.TdClassName
{
border-color: #F77243;
}
.TagClassName
{
border-color: #F77243;
}
</style>