Shades of Burnt Orange #FF753E
Tints of Burnt Orange #FF753E
RGB
CMYK
RGB Variations
Color information
#FF753E (or 0xFF753E) is known color: Burnt Orange. HEX triplet: FF, 75 and 3E. RGB value is (255,117,62). Sum of RGB (Red+Green+Blue) = 255+117+62=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF753E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF753E is #008AC1. Grayscale: #989898. Windows color (decimal): -35522 or 4093439. OLE color: 4093439.
HSL color Cylindrical-coordinate representation of color #FF753E: hue angle of 17.1º 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 #FF753E is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 62 | - |
| CMYK | 0 | 0.54 | 0.76 | 0 |
| HSL | 17.1º | 1% | 0.62% | - |
| HSV(B) | 17.1º | 0.76% | 1% | - |
| XYZ | 48.47 | 34.33 | 8.63 | - |
| YUV | 151.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 62 | 0 | 0.54 | 0.76 | 0 | 17.1 | 1 | 0.62 |
| Hex | FF | 75 | 3E | 0 | 36 | 4C | 0 | 11 | 64 | 3E |
| Octal | 377 | 165 | 76 | 0 | 66 | 114 | 0 | 21 | 144 | 76 |
| Binary | 11111111 | 1110101 | 111110 | 0 | 110110 | 1001100 | 0 | 10001 | 1100100 | 111110 |
Color Harmonies of #FF753E
Complementary color
Monochromatic Colors of #FF753E
Black with #FF753E
Text Example
Text Example
White with #FF753E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF753E; }
p { color: rgb(255,117,62); }
H1.HeaderClassName
{
color: #FF753E;
}
.AnyTagClassName
{
color: #FF753E;
}
</style>
background-color css
<style>
a { background-color: #FF753E; }
a { background-color: rgb(255,117,62); }
div.DivClassName
{
background-color: #FF753E;
}
.BgClassName
{
background-color: #FF753E;
}
</style>
border-color css
<style>
span { border-color: #FF753E; }
span { border-color: rgb(255,117,62); }
td.TdClassName
{
border-color: #FF753E;
}
.TagClassName
{
border-color: #FF753E;
}
</style>