Shades of Burnt Orange #F77530
Tints of Burnt Orange #F77530
RGB
CMYK
RGB Variations
Color information
#F77530 (or 0xF77530) is known color: Burnt Orange. HEX triplet: F7, 75 and 30. RGB value is (247,117,48). Sum of RGB (Red+Green+Blue) = 247+117+48=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F77530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77530 is #088ACF. Grayscale: #949494. Windows color (decimal): -559824 or 3175927. OLE color: 3175927.
HSL color Cylindrical-coordinate representation of color #F77530: hue angle of 20.8º 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 #F77530 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 48 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.03 |
| HSL | 20.8º | 0.93% | 0.58% | - |
| HSV(B) | 20.8º | 0.81% | 0.97% | - |
| XYZ | 45.25 | 32.71 | 6.72 | - |
| YUV | 148 | 71.57 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 48 | 0 | 0.53 | 0.81 | 0.03 | 20.8 | 0.93 | 0.58 |
| Hex | F7 | 75 | 30 | 0 | 35 | 51 | 3 | 15 | 5D | 3A |
| Octal | 367 | 165 | 60 | 0 | 65 | 121 | 3 | 25 | 135 | 72 |
| Binary | 11110111 | 1110101 | 110000 | 0 | 110101 | 1010001 | 11 | 10101 | 1011101 | 111010 |
Color Harmonies of #F77530
Complementary color
Monochromatic Colors of #F77530
Black with #F77530
Text Example
Text Example
White with #F77530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77530; }
p { color: rgb(247,117,48); }
H1.HeaderClassName
{
color: #F77530;
}
.AnyTagClassName
{
color: #F77530;
}
</style>
background-color css
<style>
a { background-color: #F77530; }
a { background-color: rgb(247,117,48); }
div.DivClassName
{
background-color: #F77530;
}
.BgClassName
{
background-color: #F77530;
}
</style>
border-color css
<style>
span { border-color: #F77530; }
span { border-color: rgb(247,117,48); }
td.TdClassName
{
border-color: #F77530;
}
.TagClassName
{
border-color: #F77530;
}
</style>