Shades of Burnt Orange #FF723D
Tints of Burnt Orange #FF723D
RGB
CMYK
RGB Variations
Color information
#FF723D (or 0xFF723D) is known color: Burnt Orange. HEX triplet: FF, 72 and 3D. RGB value is (255,114,61). Sum of RGB (Red+Green+Blue) = 255+114+61=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF723D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF723D is #008DC2. Grayscale: #969696. Windows color (decimal): -36291 or 4027135. OLE color: 4027135.
HSL color Cylindrical-coordinate representation of color #FF723D: hue angle of 16.39º 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 #FF723D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 61 | - |
| CMYK | 0 | 0.55 | 0.76 | 0 |
| HSL | 16.39º | 1% | 0.62% | - |
| HSV(B) | 16.39º | 0.76% | 1% | - |
| XYZ | 48.1 | 33.63 | 8.37 | - |
| YUV | 150.12 | 77.71 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 61 | 0 | 0.55 | 0.76 | 0 | 16.39 | 1 | 0.62 |
| Hex | FF | 72 | 3D | 0 | 37 | 4C | 0 | 10 | 64 | 3E |
| Octal | 377 | 162 | 75 | 0 | 67 | 114 | 0 | 20 | 144 | 76 |
| Binary | 11111111 | 1110010 | 111101 | 0 | 110111 | 1001100 | 0 | 10000 | 1100100 | 111110 |
Color Harmonies of #FF723D
Complementary color
Monochromatic Colors of #FF723D
Black with #FF723D
Text Example
Text Example
White with #FF723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF723D; }
p { color: rgb(255,114,61); }
H1.HeaderClassName
{
color: #FF723D;
}
.AnyTagClassName
{
color: #FF723D;
}
</style>
background-color css
<style>
a { background-color: #FF723D; }
a { background-color: rgb(255,114,61); }
div.DivClassName
{
background-color: #FF723D;
}
.BgClassName
{
background-color: #FF723D;
}
</style>
border-color css
<style>
span { border-color: #FF723D; }
span { border-color: rgb(255,114,61); }
td.TdClassName
{
border-color: #FF723D;
}
.TagClassName
{
border-color: #FF723D;
}
</style>