Shades of Burnt Orange #FF723B
Tints of Burnt Orange #FF723B
RGB
CMYK
RGB Variations
Color information
#FF723B (or 0xFF723B) is known color: Burnt Orange. HEX triplet: FF, 72 and 3B. RGB value is (255,114,59). Sum of RGB (Red+Green+Blue) = 255+114+59=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF723B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF723B is #008DC4. Grayscale: #969696. Windows color (decimal): -36293 or 3896063. OLE color: 3896063.
HSL color Cylindrical-coordinate representation of color #FF723B: hue angle of 16.84º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF723B is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 59 | - |
| CMYK | 0 | 0.55 | 0.77 | 0 |
| HSL | 16.84º | 1% | 0.62% | - |
| HSV(B) | 16.84º | 0.77% | 1% | - |
| XYZ | 48.05 | 33.61 | 8.09 | - |
| YUV | 149.89 | 76.71 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 59 | 0 | 0.55 | 0.77 | 0 | 16.84 | 1 | 0.62 |
| Hex | FF | 72 | 3B | 0 | 37 | 4D | 0 | 11 | 64 | 3E |
| Octal | 377 | 162 | 73 | 0 | 67 | 115 | 0 | 21 | 144 | 76 |
| Binary | 11111111 | 1110010 | 111011 | 0 | 110111 | 1001101 | 0 | 10001 | 1100100 | 111110 |
Color Harmonies of #FF723B
Complementary color
Monochromatic Colors of #FF723B
Black with #FF723B
Text Example
Text Example
White with #FF723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF723B; }
p { color: rgb(255,114,59); }
H1.HeaderClassName
{
color: #FF723B;
}
.AnyTagClassName
{
color: #FF723B;
}
</style>
background-color css
<style>
a { background-color: #FF723B; }
a { background-color: rgb(255,114,59); }
div.DivClassName
{
background-color: #FF723B;
}
.BgClassName
{
background-color: #FF723B;
}
</style>
border-color css
<style>
span { border-color: #FF723B; }
span { border-color: rgb(255,114,59); }
td.TdClassName
{
border-color: #FF723B;
}
.TagClassName
{
border-color: #FF723B;
}
</style>