Shades of Burnt Orange #FF733D
Tints of Burnt Orange #FF733D
RGB
CMYK
RGB Variations
Color information
#FF733D (or 0xFF733D) is known color: Burnt Orange. HEX triplet: FF, 73 and 3D. RGB value is (255,115,61). Sum of RGB (Red+Green+Blue) = 255+115+61=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF733D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF733D is #008CC2. Grayscale: #979797. Windows color (decimal): -36035 or 4027391. OLE color: 4027391.
HSL color Cylindrical-coordinate representation of color #FF733D: hue angle of 16.7º 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 #FF733D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 61 | - |
| CMYK | 0 | 0.55 | 0.76 | 0 |
| HSL | 16.7º | 1% | 0.62% | - |
| HSV(B) | 16.7º | 0.76% | 1% | - |
| XYZ | 48.21 | 33.86 | 8.41 | - |
| YUV | 150.7 | 77.38 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 61 | 0 | 0.55 | 0.76 | 0 | 16.7 | 1 | 0.62 |
| Hex | FF | 73 | 3D | 0 | 37 | 4C | 0 | 11 | 64 | 3E |
| Octal | 377 | 163 | 75 | 0 | 67 | 114 | 0 | 21 | 144 | 76 |
| Binary | 11111111 | 1110011 | 111101 | 0 | 110111 | 1001100 | 0 | 10001 | 1100100 | 111110 |
Color Harmonies of #FF733D
Complementary color
Monochromatic Colors of #FF733D
Black with #FF733D
Text Example
Text Example
White with #FF733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF733D; }
p { color: rgb(255,115,61); }
H1.HeaderClassName
{
color: #FF733D;
}
.AnyTagClassName
{
color: #FF733D;
}
</style>
background-color css
<style>
a { background-color: #FF733D; }
a { background-color: rgb(255,115,61); }
div.DivClassName
{
background-color: #FF733D;
}
.BgClassName
{
background-color: #FF733D;
}
</style>
border-color css
<style>
span { border-color: #FF733D; }
span { border-color: rgb(255,115,61); }
td.TdClassName
{
border-color: #FF733D;
}
.TagClassName
{
border-color: #FF733D;
}
</style>