Shades of Burnt Orange #F76B30
Tints of Burnt Orange #F76B30
RGB
CMYK
RGB Variations
Color information
#F76B30 (or 0xF76B30) is known color: Burnt Orange. HEX triplet: F7, 6B and 30. RGB value is (247,107,48). Sum of RGB (Red+Green+Blue) = 247+107+48=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76B30 is #0894CF. Grayscale: #8E8E8E. Windows color (decimal): -562384 or 3173367. OLE color: 3173367.
HSL color Cylindrical-coordinate representation of color #F76B30: hue angle of 17.79º 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 #F76B30 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 48 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.03 |
| HSL | 17.79º | 0.93% | 0.58% | - |
| HSV(B) | 17.79º | 0.81% | 0.97% | - |
| XYZ | 44.15 | 30.5 | 6.36 | - |
| YUV | 142.13 | 74.88 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 48 | 0 | 0.57 | 0.81 | 0.03 | 17.79 | 0.93 | 0.58 |
| Hex | F7 | 6B | 30 | 0 | 39 | 51 | 3 | 12 | 5D | 3A |
| Octal | 367 | 153 | 60 | 0 | 71 | 121 | 3 | 22 | 135 | 72 |
| Binary | 11110111 | 1101011 | 110000 | 0 | 111001 | 1010001 | 11 | 10010 | 1011101 | 111010 |
Color Harmonies of #F76B30
Complementary color
Monochromatic Colors of #F76B30
Black with #F76B30
Text Example
Text Example
White with #F76B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76B30; }
p { color: rgb(247,107,48); }
H1.HeaderClassName
{
color: #F76B30;
}
.AnyTagClassName
{
color: #F76B30;
}
</style>
background-color css
<style>
a { background-color: #F76B30; }
a { background-color: rgb(247,107,48); }
div.DivClassName
{
background-color: #F76B30;
}
.BgClassName
{
background-color: #F76B30;
}
</style>
border-color css
<style>
span { border-color: #F76B30; }
span { border-color: rgb(247,107,48); }
td.TdClassName
{
border-color: #F76B30;
}
.TagClassName
{
border-color: #F76B30;
}
</style>