Shades of Burnt Orange #F76E2F
Tints of Burnt Orange #F76E2F
RGB
CMYK
RGB Variations
Color information
#F76E2F (or 0xF76E2F) is known color: Burnt Orange. HEX triplet: F7, 6E and 2F. RGB value is (247,110,47). Sum of RGB (Red+Green+Blue) = 247+110+47=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76E2F is #0891D0. Grayscale: #909090. Windows color (decimal): -561617 or 3108599. OLE color: 3108599.
HSL color Cylindrical-coordinate representation of color #F76E2F: hue angle of 18.9º 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 #F76E2F is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 110 | 47 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.03 |
| HSL | 18.9º | 0.93% | 0.58% | - |
| HSV(B) | 18.9º | 0.81% | 0.97% | - |
| XYZ | 44.45 | 31.13 | 6.36 | - |
| YUV | 143.78 | 73.39 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 110 | 47 | 0 | 0.55 | 0.81 | 0.03 | 18.9 | 0.93 | 0.58 |
| Hex | F7 | 6E | 2F | 0 | 37 | 51 | 3 | 13 | 5D | 3A |
| Octal | 367 | 156 | 57 | 0 | 67 | 121 | 3 | 23 | 135 | 72 |
| Binary | 11110111 | 1101110 | 101111 | 0 | 110111 | 1010001 | 11 | 10011 | 1011101 | 111010 |
Color Harmonies of #F76E2F
Complementary color
Monochromatic Colors of #F76E2F
Black with #F76E2F
Text Example
Text Example
White with #F76E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76E2F; }
p { color: rgb(247,110,47); }
H1.HeaderClassName
{
color: #F76E2F;
}
.AnyTagClassName
{
color: #F76E2F;
}
</style>
background-color css
<style>
a { background-color: #F76E2F; }
a { background-color: rgb(247,110,47); }
div.DivClassName
{
background-color: #F76E2F;
}
.BgClassName
{
background-color: #F76E2F;
}
</style>
border-color css
<style>
span { border-color: #F76E2F; }
span { border-color: rgb(247,110,47); }
td.TdClassName
{
border-color: #F76E2F;
}
.TagClassName
{
border-color: #F76E2F;
}
</style>