Shades of Burnt Orange #FF832D
Tints of Burnt Orange #FF832D
RGB
CMYK
RGB Variations
Color information
#FF832D (or 0xFF832D) is known color: Burnt Orange. HEX triplet: FF, 83 and 2D. RGB value is (255,131,45). Sum of RGB (Red+Green+Blue) = 255+131+45=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF832D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF832D is #007CD2. Grayscale: #9E9E9E. Windows color (decimal): -31955 or 2982911. OLE color: 2982911.
HSL color Cylindrical-coordinate representation of color #FF832D: hue angle of 24.57º 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 #FF832D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 45 | - |
| CMYK | 0 | 0.49 | 0.82 | 0 |
| HSL | 24.57º | 1% | 0.59% | - |
| HSV(B) | 24.57º | 0.82% | 1% | - |
| XYZ | 49.83 | 37.68 | 7.13 | - |
| YUV | 158.27 | 64.08 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 45 | 0 | 0.49 | 0.82 | 0 | 24.57 | 1 | 0.59 |
| Hex | FF | 83 | 2D | 0 | 31 | 52 | 0 | 19 | 64 | 3B |
| Octal | 377 | 203 | 55 | 0 | 61 | 122 | 0 | 31 | 144 | 73 |
| Binary | 11111111 | 10000011 | 101101 | 0 | 110001 | 1010010 | 0 | 11001 | 1100100 | 111011 |
Color Harmonies of #FF832D
Complementary color
Monochromatic Colors of #FF832D
Black with #FF832D
Text Example
Text Example
White with #FF832D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF832D; }
p { color: rgb(255,131,45); }
H1.HeaderClassName
{
color: #FF832D;
}
.AnyTagClassName
{
color: #FF832D;
}
</style>
background-color css
<style>
a { background-color: #FF832D; }
a { background-color: rgb(255,131,45); }
div.DivClassName
{
background-color: #FF832D;
}
.BgClassName
{
background-color: #FF832D;
}
</style>
border-color css
<style>
span { border-color: #FF832D; }
span { border-color: rgb(255,131,45); }
td.TdClassName
{
border-color: #FF832D;
}
.TagClassName
{
border-color: #FF832D;
}
</style>