Shades of Burnt Orange #FF703C
Tints of Burnt Orange #FF703C
RGB
CMYK
RGB Variations
Color information
#FF703C (or 0xFF703C) is known color: Burnt Orange. HEX triplet: FF, 70 and 3C. RGB value is (255,112,60). Sum of RGB (Red+Green+Blue) = 255+112+60=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF703C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF703C is #008FC3. Grayscale: #959595. Windows color (decimal): -36804 or 3961087. OLE color: 3961087.
HSL color Cylindrical-coordinate representation of color #FF703C: hue angle of 16º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF703C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 60 | - |
| CMYK | 0 | 0.56 | 0.76 | 0 |
| HSL | 16º | 1% | 0.62% | - |
| HSV(B) | 16º | 0.76% | 1% | - |
| XYZ | 47.85 | 33.17 | 8.16 | - |
| YUV | 148.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 60 | 0 | 0.56 | 0.76 | 0 | 16 | 1 | 0.62 |
| Hex | FF | 70 | 3C | 0 | 38 | 4C | 0 | 10 | 64 | 3E |
| Octal | 377 | 160 | 74 | 0 | 70 | 114 | 0 | 20 | 144 | 76 |
| Binary | 11111111 | 1110000 | 111100 | 0 | 111000 | 1001100 | 0 | 10000 | 1100100 | 111110 |
Color Harmonies of #FF703C
Complementary color
Monochromatic Colors of #FF703C
Black with #FF703C
Text Example
Text Example
White with #FF703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF703C; }
p { color: rgb(255,112,60); }
H1.HeaderClassName
{
color: #FF703C;
}
.AnyTagClassName
{
color: #FF703C;
}
</style>
background-color css
<style>
a { background-color: #FF703C; }
a { background-color: rgb(255,112,60); }
div.DivClassName
{
background-color: #FF703C;
}
.BgClassName
{
background-color: #FF703C;
}
</style>
border-color css
<style>
span { border-color: #FF703C; }
span { border-color: rgb(255,112,60); }
td.TdClassName
{
border-color: #FF703C;
}
.TagClassName
{
border-color: #FF703C;
}
</style>