Shades of Burnt Orange #F77330
Tints of Burnt Orange #F77330
RGB
CMYK
RGB Variations
Color information
#F77330 (or 0xF77330) is known color: Burnt Orange. HEX triplet: F7, 73 and 30. RGB value is (247,115,48). Sum of RGB (Red+Green+Blue) = 247+115+48=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F77330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77330 is #088CCF. Grayscale: #939393. Windows color (decimal): -560336 or 3175415. OLE color: 3175415.
HSL color Cylindrical-coordinate representation of color #F77330: hue angle of 20.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F77330 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 48 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.03 |
| HSL | 20.2º | 0.93% | 0.58% | - |
| HSV(B) | 20.2º | 0.81% | 0.97% | - |
| XYZ | 45.02 | 32.25 | 6.65 | - |
| YUV | 146.83 | 72.23 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 48 | 0 | 0.53 | 0.81 | 0.03 | 20.2 | 0.93 | 0.58 |
| Hex | F7 | 73 | 30 | 0 | 35 | 51 | 3 | 14 | 5D | 3A |
| Octal | 367 | 163 | 60 | 0 | 65 | 121 | 3 | 24 | 135 | 72 |
| Binary | 11110111 | 1110011 | 110000 | 0 | 110101 | 1010001 | 11 | 10100 | 1011101 | 111010 |
Color Harmonies of #F77330
Complementary color
Monochromatic Colors of #F77330
Black with #F77330
Text Example
Text Example
White with #F77330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77330; }
p { color: rgb(247,115,48); }
H1.HeaderClassName
{
color: #F77330;
}
.AnyTagClassName
{
color: #F77330;
}
</style>
background-color css
<style>
a { background-color: #F77330; }
a { background-color: rgb(247,115,48); }
div.DivClassName
{
background-color: #F77330;
}
.BgClassName
{
background-color: #F77330;
}
</style>
border-color css
<style>
span { border-color: #F77330; }
span { border-color: rgb(247,115,48); }
td.TdClassName
{
border-color: #F77330;
}
.TagClassName
{
border-color: #F77330;
}
</style>