Shades of Burnt Orange #FF753B
Tints of Burnt Orange #FF753B
RGB
CMYK
RGB Variations
Color information
#FF753B (or 0xFF753B) is known color: Burnt Orange. HEX triplet: FF, 75 and 3B. RGB value is (255,117,59). Sum of RGB (Red+Green+Blue) = 255+117+59=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF753B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF753B is #008AC4. Grayscale: #989898. Windows color (decimal): -35525 or 3896831. OLE color: 3896831.
HSL color Cylindrical-coordinate representation of color #FF753B: hue angle of 17.76º 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 #FF753B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 59 | - |
| CMYK | 0 | 0.54 | 0.77 | 0 |
| HSL | 17.76º | 1% | 0.62% | - |
| HSV(B) | 17.76º | 0.77% | 1% | - |
| XYZ | 48.39 | 34.3 | 8.21 | - |
| YUV | 151.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 59 | 0 | 0.54 | 0.77 | 0 | 17.76 | 1 | 0.62 |
| Hex | FF | 75 | 3B | 0 | 36 | 4D | 0 | 12 | 64 | 3E |
| Octal | 377 | 165 | 73 | 0 | 66 | 115 | 0 | 22 | 144 | 76 |
| Binary | 11111111 | 1110101 | 111011 | 0 | 110110 | 1001101 | 0 | 10010 | 1100100 | 111110 |
Color Harmonies of #FF753B
Complementary color
Monochromatic Colors of #FF753B
Black with #FF753B
Text Example
Text Example
White with #FF753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF753B; }
p { color: rgb(255,117,59); }
H1.HeaderClassName
{
color: #FF753B;
}
.AnyTagClassName
{
color: #FF753B;
}
</style>
background-color css
<style>
a { background-color: #FF753B; }
a { background-color: rgb(255,117,59); }
div.DivClassName
{
background-color: #FF753B;
}
.BgClassName
{
background-color: #FF753B;
}
</style>
border-color css
<style>
span { border-color: #FF753B; }
span { border-color: rgb(255,117,59); }
td.TdClassName
{
border-color: #FF753B;
}
.TagClassName
{
border-color: #FF753B;
}
</style>