Shades of Burnt Orange #FF782D
Tints of Burnt Orange #FF782D
RGB
CMYK
RGB Variations
Color information
#FF782D (or 0xFF782D) is known color: Burnt Orange. HEX triplet: FF, 78 and 2D. RGB value is (255,120,45). Sum of RGB (Red+Green+Blue) = 255+120+45=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF782D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF782D is #0087D2. Grayscale: #989898. Windows color (decimal): -34771 or 2980095. OLE color: 2980095.
HSL color Cylindrical-coordinate representation of color #FF782D: hue angle of 21.43º 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 #FF782D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0 |
| HSL | 21.43º | 1% | 0.59% | - |
| HSV(B) | 21.43º | 0.82% | 1% | - |
| XYZ | 48.43 | 34.88 | 6.66 | - |
| YUV | 151.82 | 67.73 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 45 | 0 | 0.53 | 0.82 | 0 | 21.43 | 1 | 0.59 |
| Hex | FF | 78 | 2D | 0 | 35 | 52 | 0 | 15 | 64 | 3B |
| Octal | 377 | 170 | 55 | 0 | 65 | 122 | 0 | 25 | 144 | 73 |
| Binary | 11111111 | 1111000 | 101101 | 0 | 110101 | 1010010 | 0 | 10101 | 1100100 | 111011 |
Color Harmonies of #FF782D
Complementary color
Monochromatic Colors of #FF782D
Black with #FF782D
Text Example
Text Example
White with #FF782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF782D; }
p { color: rgb(255,120,45); }
H1.HeaderClassName
{
color: #FF782D;
}
.AnyTagClassName
{
color: #FF782D;
}
</style>
background-color css
<style>
a { background-color: #FF782D; }
a { background-color: rgb(255,120,45); }
div.DivClassName
{
background-color: #FF782D;
}
.BgClassName
{
background-color: #FF782D;
}
</style>
border-color css
<style>
span { border-color: #FF782D; }
span { border-color: rgb(255,120,45); }
td.TdClassName
{
border-color: #FF782D;
}
.TagClassName
{
border-color: #FF782D;
}
</style>