Shades of Burnt Orange #FF782C
Tints of Burnt Orange #FF782C
RGB
CMYK
RGB Variations
Color information
#FF782C (or 0xFF782C) is known color: Burnt Orange. HEX triplet: FF, 78 and 2C. RGB value is (255,120,44). Sum of RGB (Red+Green+Blue) = 255+120+44=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF782C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF782C is #0087D3. Grayscale: #989898. Windows color (decimal): -34772 or 2914559. OLE color: 2914559.
HSL color Cylindrical-coordinate representation of color #FF782C: hue angle of 21.61º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF782C is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 44 | - |
| CMYK | 0 | 0.53 | 0.83 | 0 |
| HSL | 21.61º | 1% | 0.59% | - |
| HSV(B) | 21.61º | 0.83% | 1% | - |
| XYZ | 48.41 | 34.87 | 6.56 | - |
| YUV | 151.7 | 67.23 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 44 | 0 | 0.53 | 0.83 | 0 | 21.61 | 1 | 0.59 |
| Hex | FF | 78 | 2C | 0 | 35 | 53 | 0 | 16 | 64 | 3B |
| Octal | 377 | 170 | 54 | 0 | 65 | 123 | 0 | 26 | 144 | 73 |
| Binary | 11111111 | 1111000 | 101100 | 0 | 110101 | 1010011 | 0 | 10110 | 1100100 | 111011 |
Color Harmonies of #FF782C
Complementary color
Monochromatic Colors of #FF782C
Black with #FF782C
Text Example
Text Example
White with #FF782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF782C; }
p { color: rgb(255,120,44); }
H1.HeaderClassName
{
color: #FF782C;
}
.AnyTagClassName
{
color: #FF782C;
}
</style>
background-color css
<style>
a { background-color: #FF782C; }
a { background-color: rgb(255,120,44); }
div.DivClassName
{
background-color: #FF782C;
}
.BgClassName
{
background-color: #FF782C;
}
</style>
border-color css
<style>
span { border-color: #FF782C; }
span { border-color: rgb(255,120,44); }
td.TdClassName
{
border-color: #FF782C;
}
.TagClassName
{
border-color: #FF782C;
}
</style>