Shades of Burnt Orange #FF7327
Tints of Burnt Orange #FF7327
RGB
CMYK
RGB Variations
Color information
#FF7327 (or 0xFF7327) is known color: Burnt Orange. HEX triplet: FF, 73 and 27. RGB value is (255,115,39). Sum of RGB (Red+Green+Blue) = 255+115+39=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7327 is #008CD8. Grayscale: #949494. Windows color (decimal): -36057 or 2585599. OLE color: 2585599.
HSL color Cylindrical-coordinate representation of color #FF7327: hue angle of 21.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF7327 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 39 | - |
| CMYK | 0 | 0.55 | 0.85 | 0 |
| HSL | 21.11º | 1% | 0.58% | - |
| HSV(B) | 21.11º | 0.85% | 1% | - |
| XYZ | 47.74 | 33.67 | 5.9 | - |
| YUV | 148.2 | 66.38 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 39 | 0 | 0.55 | 0.85 | 0 | 21.11 | 1 | 0.58 |
| Hex | FF | 73 | 27 | 0 | 37 | 55 | 0 | 15 | 64 | 3A |
| Octal | 377 | 163 | 47 | 0 | 67 | 125 | 0 | 25 | 144 | 72 |
| Binary | 11111111 | 1110011 | 100111 | 0 | 110111 | 1010101 | 0 | 10101 | 1100100 | 111010 |
Color Harmonies of #FF7327
Complementary color
Monochromatic Colors of #FF7327
Black with #FF7327
Text Example
Text Example
White with #FF7327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7327; }
p { color: rgb(255,115,39); }
H1.HeaderClassName
{
color: #FF7327;
}
.AnyTagClassName
{
color: #FF7327;
}
</style>
background-color css
<style>
a { background-color: #FF7327; }
a { background-color: rgb(255,115,39); }
div.DivClassName
{
background-color: #FF7327;
}
.BgClassName
{
background-color: #FF7327;
}
</style>
border-color css
<style>
span { border-color: #FF7327; }
span { border-color: rgb(255,115,39); }
td.TdClassName
{
border-color: #FF7327;
}
.TagClassName
{
border-color: #FF7327;
}
</style>