Shades of Burnt Orange #FF733B
Tints of Burnt Orange #FF733B
RGB
CMYK
RGB Variations
Color information
#FF733B (or 0xFF733B) is known color: Burnt Orange. HEX triplet: FF, 73 and 3B. RGB value is (255,115,59). Sum of RGB (Red+Green+Blue) = 255+115+59=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF733B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF733B is #008CC4. Grayscale: #969696. Windows color (decimal): -36037 or 3896319. OLE color: 3896319.
HSL color Cylindrical-coordinate representation of color #FF733B: hue angle of 17.14º 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 #FF733B is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 59 | - |
| CMYK | 0 | 0.55 | 0.77 | 0 |
| HSL | 17.14º | 1% | 0.62% | - |
| HSV(B) | 17.14º | 0.77% | 1% | - |
| XYZ | 48.16 | 33.84 | 8.13 | - |
| YUV | 150.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 59 | 0 | 0.55 | 0.77 | 0 | 17.14 | 1 | 0.62 |
| Hex | FF | 73 | 3B | 0 | 37 | 4D | 0 | 11 | 64 | 3E |
| Octal | 377 | 163 | 73 | 0 | 67 | 115 | 0 | 21 | 144 | 76 |
| Binary | 11111111 | 1110011 | 111011 | 0 | 110111 | 1001101 | 0 | 10001 | 1100100 | 111110 |
Color Harmonies of #FF733B
Complementary color
Monochromatic Colors of #FF733B
Black with #FF733B
Text Example
Text Example
White with #FF733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF733B; }
p { color: rgb(255,115,59); }
H1.HeaderClassName
{
color: #FF733B;
}
.AnyTagClassName
{
color: #FF733B;
}
</style>
background-color css
<style>
a { background-color: #FF733B; }
a { background-color: rgb(255,115,59); }
div.DivClassName
{
background-color: #FF733B;
}
.BgClassName
{
background-color: #FF733B;
}
</style>
border-color css
<style>
span { border-color: #FF733B; }
span { border-color: rgb(255,115,59); }
td.TdClassName
{
border-color: #FF733B;
}
.TagClassName
{
border-color: #FF733B;
}
</style>