Shades of Burnt Orange #F77341
Tints of Burnt Orange #F77341
RGB
CMYK
RGB Variations
Color information
#F77341 (or 0xF77341) is known color: Burnt Orange. HEX triplet: F7, 73 and 41. RGB value is (247,115,65). Sum of RGB (Red+Green+Blue) = 247+115+65=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F77341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77341 is #088CBE. Grayscale: #959595. Windows color (decimal): -560319 or 4289527. OLE color: 4289527.
HSL color Cylindrical-coordinate representation of color #F77341: hue angle of 16.48º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F77341 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 65 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.03 |
| HSL | 16.48º | 0.92% | 0.61% | - |
| HSV(B) | 16.48º | 0.74% | 0.97% | - |
| XYZ | 45.44 | 32.42 | 8.86 | - |
| YUV | 148.77 | 80.73 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 65 | 0 | 0.53 | 0.74 | 0.03 | 16.48 | 0.92 | 0.61 |
| Hex | F7 | 73 | 41 | 0 | 35 | 4A | 3 | 10 | 5C | 3D |
| Octal | 367 | 163 | 101 | 0 | 65 | 112 | 3 | 20 | 134 | 75 |
| Binary | 11110111 | 1110011 | 1000001 | 0 | 110101 | 1001010 | 11 | 10000 | 1011100 | 111101 |
Color Harmonies of #F77341
Complementary color
Monochromatic Colors of #F77341
Black with #F77341
Text Example
Text Example
White with #F77341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77341; }
p { color: rgb(247,115,65); }
H1.HeaderClassName
{
color: #F77341;
}
.AnyTagClassName
{
color: #F77341;
}
</style>
background-color css
<style>
a { background-color: #F77341; }
a { background-color: rgb(247,115,65); }
div.DivClassName
{
background-color: #F77341;
}
.BgClassName
{
background-color: #F77341;
}
</style>
border-color css
<style>
span { border-color: #F77341; }
span { border-color: rgb(247,115,65); }
td.TdClassName
{
border-color: #F77341;
}
.TagClassName
{
border-color: #F77341;
}
</style>