Shades of Burnt Orange #FF743B
Tints of Burnt Orange #FF743B
RGB
CMYK
RGB Variations
Color information
#FF743B (or 0xFF743B) is known color: Burnt Orange. HEX triplet: FF, 74 and 3B. RGB value is (255,116,59). Sum of RGB (Red+Green+Blue) = 255+116+59=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF743B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF743B is #008BC4. Grayscale: #979797. Windows color (decimal): -35781 or 3896575. OLE color: 3896575.
HSL color Cylindrical-coordinate representation of color #FF743B: hue angle of 17.45º 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 #FF743B is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 59 | - |
| CMYK | 0 | 0.55 | 0.77 | 0 |
| HSL | 17.45º | 1% | 0.62% | - |
| HSV(B) | 17.45º | 0.77% | 1% | - |
| XYZ | 48.27 | 34.07 | 8.17 | - |
| YUV | 151.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 59 | 0 | 0.55 | 0.77 | 0 | 17.45 | 1 | 0.62 |
| Hex | FF | 74 | 3B | 0 | 37 | 4D | 0 | 11 | 64 | 3E |
| Octal | 377 | 164 | 73 | 0 | 67 | 115 | 0 | 21 | 144 | 76 |
| Binary | 11111111 | 1110100 | 111011 | 0 | 110111 | 1001101 | 0 | 10001 | 1100100 | 111110 |
Color Harmonies of #FF743B
Complementary color
Monochromatic Colors of #FF743B
Black with #FF743B
Text Example
Text Example
White with #FF743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF743B; }
p { color: rgb(255,116,59); }
H1.HeaderClassName
{
color: #FF743B;
}
.AnyTagClassName
{
color: #FF743B;
}
</style>
background-color css
<style>
a { background-color: #FF743B; }
a { background-color: rgb(255,116,59); }
div.DivClassName
{
background-color: #FF743B;
}
.BgClassName
{
background-color: #FF743B;
}
</style>
border-color css
<style>
span { border-color: #FF743B; }
span { border-color: rgb(255,116,59); }
td.TdClassName
{
border-color: #FF743B;
}
.TagClassName
{
border-color: #FF743B;
}
</style>