Shades of Burnt Orange #F7652B
Tints of Burnt Orange #F7652B
RGB
CMYK
RGB Variations
Color information
#F7652B (or 0xF7652B) is known color: Burnt Orange. HEX triplet: F7, 65 and 2B. RGB value is (247,101,43). Sum of RGB (Red+Green+Blue) = 247+101+43=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F7652B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7652B is #089AD4. Grayscale: #8A8A8A. Windows color (decimal): -563925 or 2844151. OLE color: 2844151.
HSL color Cylindrical-coordinate representation of color #F7652B: hue angle of 17.06º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7652B is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 43 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.03 |
| HSL | 17.06º | 0.93% | 0.57% | - |
| HSV(B) | 17.06º | 0.83% | 0.97% | - |
| XYZ | 43.45 | 29.26 | 5.64 | - |
| YUV | 138.04 | 74.37 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 43 | 0 | 0.59 | 0.83 | 0.03 | 17.06 | 0.93 | 0.57 |
| Hex | F7 | 65 | 2B | 0 | 3B | 53 | 3 | 11 | 5D | 39 |
| Octal | 367 | 145 | 53 | 0 | 73 | 123 | 3 | 21 | 135 | 71 |
| Binary | 11110111 | 1100101 | 101011 | 0 | 111011 | 1010011 | 11 | 10001 | 1011101 | 111001 |
Color Harmonies of #F7652B
Complementary color
Monochromatic Colors of #F7652B
Black with #F7652B
Text Example
Text Example
White with #F7652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7652B; }
p { color: rgb(247,101,43); }
H1.HeaderClassName
{
color: #F7652B;
}
.AnyTagClassName
{
color: #F7652B;
}
</style>
background-color css
<style>
a { background-color: #F7652B; }
a { background-color: rgb(247,101,43); }
div.DivClassName
{
background-color: #F7652B;
}
.BgClassName
{
background-color: #F7652B;
}
</style>
border-color css
<style>
span { border-color: #F7652B; }
span { border-color: rgb(247,101,43); }
td.TdClassName
{
border-color: #F7652B;
}
.TagClassName
{
border-color: #F7652B;
}
</style>