Shades of Burnt Orange #F77832
Tints of Burnt Orange #F77832
RGB
CMYK
RGB Variations
Color information
#F77832 (or 0xF77832) is known color: Burnt Orange. HEX triplet: F7, 78 and 32. RGB value is (247,120,50). Sum of RGB (Red+Green+Blue) = 247+120+50=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F77832 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77832 is #0887CD. Grayscale: #969696. Windows color (decimal): -559054 or 3307767. OLE color: 3307767.
HSL color Cylindrical-coordinate representation of color #F77832: hue angle of 21.32º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F77832 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 50 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.03 |
| HSL | 21.32º | 0.92% | 0.58% | - |
| HSV(B) | 21.32º | 0.8% | 0.97% | - |
| XYZ | 45.65 | 33.44 | 7.07 | - |
| YUV | 149.99 | 71.58 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 50 | 0 | 0.51 | 0.80 | 0.03 | 21.32 | 0.92 | 0.58 |
| Hex | F7 | 78 | 32 | 0 | 33 | 50 | 3 | 15 | 5C | 3A |
| Octal | 367 | 170 | 62 | 0 | 63 | 120 | 3 | 25 | 134 | 72 |
| Binary | 11110111 | 1111000 | 110010 | 0 | 110011 | 1010000 | 11 | 10101 | 1011100 | 111010 |
Color Harmonies of #F77832
Complementary color
Monochromatic Colors of #F77832
Black with #F77832
Text Example
Text Example
White with #F77832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77832; }
p { color: rgb(247,120,50); }
H1.HeaderClassName
{
color: #F77832;
}
.AnyTagClassName
{
color: #F77832;
}
</style>
background-color css
<style>
a { background-color: #F77832; }
a { background-color: rgb(247,120,50); }
div.DivClassName
{
background-color: #F77832;
}
.BgClassName
{
background-color: #F77832;
}
</style>
border-color css
<style>
span { border-color: #F77832; }
span { border-color: rgb(247,120,50); }
td.TdClassName
{
border-color: #F77832;
}
.TagClassName
{
border-color: #F77832;
}
</style>