Shades of Burnt Orange #FF723C
Tints of Burnt Orange #FF723C
RGB
CMYK
RGB Variations
Color information
#FF723C (or 0xFF723C) is known color: Burnt Orange. HEX triplet: FF, 72 and 3C. RGB value is (255,114,60). Sum of RGB (Red+Green+Blue) = 255+114+60=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF723C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF723C is #008DC3. Grayscale: #969696. Windows color (decimal): -36292 or 3961599. OLE color: 3961599.
HSL color Cylindrical-coordinate representation of color #FF723C: hue angle of 16.62º 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 #FF723C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 60 | - |
| CMYK | 0 | 0.55 | 0.76 | 0 |
| HSL | 16.62º | 1% | 0.62% | - |
| HSV(B) | 16.62º | 0.76% | 1% | - |
| XYZ | 48.07 | 33.62 | 8.23 | - |
| YUV | 150 | 77.21 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 60 | 0 | 0.55 | 0.76 | 0 | 16.62 | 1 | 0.62 |
| Hex | FF | 72 | 3C | 0 | 37 | 4C | 0 | 11 | 64 | 3E |
| Octal | 377 | 162 | 74 | 0 | 67 | 114 | 0 | 21 | 144 | 76 |
| Binary | 11111111 | 1110010 | 111100 | 0 | 110111 | 1001100 | 0 | 10001 | 1100100 | 111110 |
Color Harmonies of #FF723C
Complementary color
Monochromatic Colors of #FF723C
Black with #FF723C
Text Example
Text Example
White with #FF723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF723C; }
p { color: rgb(255,114,60); }
H1.HeaderClassName
{
color: #FF723C;
}
.AnyTagClassName
{
color: #FF723C;
}
</style>
background-color css
<style>
a { background-color: #FF723C; }
a { background-color: rgb(255,114,60); }
div.DivClassName
{
background-color: #FF723C;
}
.BgClassName
{
background-color: #FF723C;
}
</style>
border-color css
<style>
span { border-color: #FF723C; }
span { border-color: rgb(255,114,60); }
td.TdClassName
{
border-color: #FF723C;
}
.TagClassName
{
border-color: #FF723C;
}
</style>