Shades of Burnt Orange #FF782E
Tints of Burnt Orange #FF782E
RGB
CMYK
RGB Variations
Color information
#FF782E (or 0xFF782E) is known color: Burnt Orange. HEX triplet: FF, 78 and 2E. RGB value is (255,120,46). Sum of RGB (Red+Green+Blue) = 255+120+46=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF782E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF782E is #0087D1. Grayscale: #989898. Windows color (decimal): -34770 or 3045631. OLE color: 3045631.
HSL color Cylindrical-coordinate representation of color #FF782E: hue angle of 21.24º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF782E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 46 | - |
| CMYK | 0 | 0.53 | 0.82 | 0 |
| HSL | 21.24º | 1% | 0.59% | - |
| HSV(B) | 21.24º | 0.82% | 1% | - |
| XYZ | 48.45 | 34.89 | 6.77 | - |
| YUV | 151.93 | 68.23 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 46 | 0 | 0.53 | 0.82 | 0 | 21.24 | 1 | 0.59 |
| Hex | FF | 78 | 2E | 0 | 35 | 52 | 0 | 15 | 64 | 3B |
| Octal | 377 | 170 | 56 | 0 | 65 | 122 | 0 | 25 | 144 | 73 |
| Binary | 11111111 | 1111000 | 101110 | 0 | 110101 | 1010010 | 0 | 10101 | 1100100 | 111011 |
Color Harmonies of #FF782E
Complementary color
Monochromatic Colors of #FF782E
Black with #FF782E
Text Example
Text Example
White with #FF782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF782E; }
p { color: rgb(255,120,46); }
H1.HeaderClassName
{
color: #FF782E;
}
.AnyTagClassName
{
color: #FF782E;
}
</style>
background-color css
<style>
a { background-color: #FF782E; }
a { background-color: rgb(255,120,46); }
div.DivClassName
{
background-color: #FF782E;
}
.BgClassName
{
background-color: #FF782E;
}
</style>
border-color css
<style>
span { border-color: #FF782E; }
span { border-color: rgb(255,120,46); }
td.TdClassName
{
border-color: #FF782E;
}
.TagClassName
{
border-color: #FF782E;
}
</style>