Shades of Burnt Orange #FF7035
Tints of Burnt Orange #FF7035
RGB
CMYK
RGB Variations
Color information
#FF7035 (or 0xFF7035) is known color: Burnt Orange. HEX triplet: FF, 70 and 35. RGB value is (255,112,53). Sum of RGB (Red+Green+Blue) = 255+112+53=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7035 is #008FCA. Grayscale: #949494. Windows color (decimal): -36811 or 3502335. OLE color: 3502335.
HSL color Cylindrical-coordinate representation of color #FF7035: hue angle of 17.52º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF7035 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 53 | - |
| CMYK | 0 | 0.56 | 0.79 | 0 |
| HSL | 17.52º | 1% | 0.6% | - |
| HSV(B) | 17.52º | 0.79% | 1% | - |
| XYZ | 47.68 | 33.11 | 7.25 | - |
| YUV | 148.03 | 74.38 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 53 | 0 | 0.56 | 0.79 | 0 | 17.52 | 1 | 0.6 |
| Hex | FF | 70 | 35 | 0 | 38 | 4F | 0 | 12 | 64 | 3C |
| Octal | 377 | 160 | 65 | 0 | 70 | 117 | 0 | 22 | 144 | 74 |
| Binary | 11111111 | 1110000 | 110101 | 0 | 111000 | 1001111 | 0 | 10010 | 1100100 | 111100 |
Color Harmonies of #FF7035
Complementary color
Monochromatic Colors of #FF7035
Black with #FF7035
Text Example
Text Example
White with #FF7035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7035; }
p { color: rgb(255,112,53); }
H1.HeaderClassName
{
color: #FF7035;
}
.AnyTagClassName
{
color: #FF7035;
}
</style>
background-color css
<style>
a { background-color: #FF7035; }
a { background-color: rgb(255,112,53); }
div.DivClassName
{
background-color: #FF7035;
}
.BgClassName
{
background-color: #FF7035;
}
</style>
border-color css
<style>
span { border-color: #FF7035; }
span { border-color: rgb(255,112,53); }
td.TdClassName
{
border-color: #FF7035;
}
.TagClassName
{
border-color: #FF7035;
}
</style>