Shades of Burnt Orange #F77342
Tints of Burnt Orange #F77342
RGB
CMYK
RGB Variations
Color information
#F77342 (or 0xF77342) is known color: Burnt Orange. HEX triplet: F7, 73 and 42. RGB value is (247,115,66). Sum of RGB (Red+Green+Blue) = 247+115+66=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F77342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77342 is #088CBD. Grayscale: #959595. Windows color (decimal): -560318 or 4355063. OLE color: 4355063.
HSL color Cylindrical-coordinate representation of color #F77342: hue angle of 16.24º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F77342 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 66 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.03 |
| HSL | 16.24º | 0.92% | 0.61% | - |
| HSV(B) | 16.24º | 0.73% | 0.97% | - |
| XYZ | 45.47 | 32.43 | 9.02 | - |
| YUV | 148.88 | 81.23 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 66 | 0 | 0.53 | 0.73 | 0.03 | 16.24 | 0.92 | 0.61 |
| Hex | F7 | 73 | 42 | 0 | 35 | 49 | 3 | 10 | 5C | 3D |
| Octal | 367 | 163 | 102 | 0 | 65 | 111 | 3 | 20 | 134 | 75 |
| Binary | 11110111 | 1110011 | 1000010 | 0 | 110101 | 1001001 | 11 | 10000 | 1011100 | 111101 |
Color Harmonies of #F77342
Complementary color
Monochromatic Colors of #F77342
Black with #F77342
Text Example
Text Example
White with #F77342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77342; }
p { color: rgb(247,115,66); }
H1.HeaderClassName
{
color: #F77342;
}
.AnyTagClassName
{
color: #F77342;
}
</style>
background-color css
<style>
a { background-color: #F77342; }
a { background-color: rgb(247,115,66); }
div.DivClassName
{
background-color: #F77342;
}
.BgClassName
{
background-color: #F77342;
}
</style>
border-color css
<style>
span { border-color: #F77342; }
span { border-color: rgb(247,115,66); }
td.TdClassName
{
border-color: #F77342;
}
.TagClassName
{
border-color: #F77342;
}
</style>