Shades of Burnt Orange #FF7836
Tints of Burnt Orange #FF7836
RGB
CMYK
RGB Variations
Color information
#FF7836 (or 0xFF7836) is known color: Burnt Orange. HEX triplet: FF, 78 and 36. RGB value is (255,120,54). Sum of RGB (Red+Green+Blue) = 255+120+54=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7836 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7836 is #0087C9. Grayscale: #999999. Windows color (decimal): -34762 or 3569919. OLE color: 3569919.
HSL color Cylindrical-coordinate representation of color #FF7836: hue angle of 19.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF7836 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 54 | - |
| CMYK | 0 | 0.53 | 0.79 | 0 |
| HSL | 19.7º | 1% | 0.61% | - |
| HSV(B) | 19.7º | 0.79% | 1% | - |
| XYZ | 48.62 | 34.96 | 7.68 | - |
| YUV | 152.84 | 72.23 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 54 | 0 | 0.53 | 0.79 | 0 | 19.7 | 1 | 0.61 |
| Hex | FF | 78 | 36 | 0 | 35 | 4F | 0 | 14 | 64 | 3D |
| Octal | 377 | 170 | 66 | 0 | 65 | 117 | 0 | 24 | 144 | 75 |
| Binary | 11111111 | 1111000 | 110110 | 0 | 110101 | 1001111 | 0 | 10100 | 1100100 | 111101 |
Color Harmonies of #FF7836
Complementary color
Monochromatic Colors of #FF7836
Black with #FF7836
Text Example
Text Example
White with #FF7836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7836; }
p { color: rgb(255,120,54); }
H1.HeaderClassName
{
color: #FF7836;
}
.AnyTagClassName
{
color: #FF7836;
}
</style>
background-color css
<style>
a { background-color: #FF7836; }
a { background-color: rgb(255,120,54); }
div.DivClassName
{
background-color: #FF7836;
}
.BgClassName
{
background-color: #FF7836;
}
</style>
border-color css
<style>
span { border-color: #FF7836; }
span { border-color: rgb(255,120,54); }
td.TdClassName
{
border-color: #FF7836;
}
.TagClassName
{
border-color: #FF7836;
}
</style>