Shades of Burnt Orange #F76730
Tints of Burnt Orange #F76730
RGB
CMYK
RGB Variations
Color information
#F76730 (or 0xF76730) is known color: Burnt Orange. HEX triplet: F7, 67 and 30. RGB value is (247,103,48). Sum of RGB (Red+Green+Blue) = 247+103+48=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F76730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76730 is #0898CF. Grayscale: #8C8C8C. Windows color (decimal): -563408 or 3172343. OLE color: 3172343.
HSL color Cylindrical-coordinate representation of color #F76730: hue angle of 16.58º 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 #F76730 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 48 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.03 |
| HSL | 16.58º | 0.93% | 0.58% | - |
| HSV(B) | 16.58º | 0.81% | 0.97% | - |
| XYZ | 43.74 | 29.69 | 6.22 | - |
| YUV | 139.79 | 76.21 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 48 | 0 | 0.58 | 0.81 | 0.03 | 16.58 | 0.93 | 0.58 |
| Hex | F7 | 67 | 30 | 0 | 3A | 51 | 3 | 11 | 5D | 3A |
| Octal | 367 | 147 | 60 | 0 | 72 | 121 | 3 | 21 | 135 | 72 |
| Binary | 11110111 | 1100111 | 110000 | 0 | 111010 | 1010001 | 11 | 10001 | 1011101 | 111010 |
Color Harmonies of #F76730
Complementary color
Monochromatic Colors of #F76730
Black with #F76730
Text Example
Text Example
White with #F76730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76730; }
p { color: rgb(247,103,48); }
H1.HeaderClassName
{
color: #F76730;
}
.AnyTagClassName
{
color: #F76730;
}
</style>
background-color css
<style>
a { background-color: #F76730; }
a { background-color: rgb(247,103,48); }
div.DivClassName
{
background-color: #F76730;
}
.BgClassName
{
background-color: #F76730;
}
</style>
border-color css
<style>
span { border-color: #F76730; }
span { border-color: rgb(247,103,48); }
td.TdClassName
{
border-color: #F76730;
}
.TagClassName
{
border-color: #F76730;
}
</style>