Shades of Burnt Orange #FF783A
Tints of Burnt Orange #FF783A
RGB
CMYK
RGB Variations
Color information
#FF783A (or 0xFF783A) is known color: Burnt Orange. HEX triplet: FF, 78 and 3A. RGB value is (255,120,58). Sum of RGB (Red+Green+Blue) = 255+120+58=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF783A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF783A is #0087C5. Grayscale: #999999. Windows color (decimal): -34758 or 3832063. OLE color: 3832063.
HSL color Cylindrical-coordinate representation of color #FF783A: hue angle of 18.88º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF783A is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 58 | - |
| CMYK | 0 | 0.53 | 0.77 | 0 |
| HSL | 18.88º | 1% | 0.61% | - |
| HSV(B) | 18.88º | 0.77% | 1% | - |
| XYZ | 48.72 | 35 | 8.19 | - |
| YUV | 153.3 | 74.23 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 58 | 0 | 0.53 | 0.77 | 0 | 18.88 | 1 | 0.61 |
| Hex | FF | 78 | 3A | 0 | 35 | 4D | 0 | 13 | 64 | 3D |
| Octal | 377 | 170 | 72 | 0 | 65 | 115 | 0 | 23 | 144 | 75 |
| Binary | 11111111 | 1111000 | 111010 | 0 | 110101 | 1001101 | 0 | 10011 | 1100100 | 111101 |
Color Harmonies of #FF783A
Complementary color
Monochromatic Colors of #FF783A
Black with #FF783A
Text Example
Text Example
White with #FF783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF783A; }
p { color: rgb(255,120,58); }
H1.HeaderClassName
{
color: #FF783A;
}
.AnyTagClassName
{
color: #FF783A;
}
</style>
background-color css
<style>
a { background-color: #FF783A; }
a { background-color: rgb(255,120,58); }
div.DivClassName
{
background-color: #FF783A;
}
.BgClassName
{
background-color: #FF783A;
}
</style>
border-color css
<style>
span { border-color: #FF783A; }
span { border-color: rgb(255,120,58); }
td.TdClassName
{
border-color: #FF783A;
}
.TagClassName
{
border-color: #FF783A;
}
</style>