Shades of Burnt Orange #FF8238
Tints of Burnt Orange #FF8238
RGB
CMYK
RGB Variations
Color information
#FF8238 (or 0xFF8238) is known color: Burnt Orange. HEX triplet: FF, 82 and 38. RGB value is (255,130,56). Sum of RGB (Red+Green+Blue) = 255+130+56=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8238 is #007DC7. Grayscale: #9F9F9F. Windows color (decimal): -32200 or 3703551. OLE color: 3703551.
HSL color Cylindrical-coordinate representation of color #FF8238: hue angle of 22.31º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF8238 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 56 | - |
| CMYK | 0 | 0.49 | 0.78 | 0 |
| HSL | 22.31º | 1% | 0.61% | - |
| HSV(B) | 22.31º | 0.78% | 1% | - |
| XYZ | 49.94 | 37.51 | 8.35 | - |
| YUV | 158.94 | 69.91 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 56 | 0 | 0.49 | 0.78 | 0 | 22.31 | 1 | 0.61 |
| Hex | FF | 82 | 38 | 0 | 31 | 4E | 0 | 16 | 64 | 3D |
| Octal | 377 | 202 | 70 | 0 | 61 | 116 | 0 | 26 | 144 | 75 |
| Binary | 11111111 | 10000010 | 111000 | 0 | 110001 | 1001110 | 0 | 10110 | 1100100 | 111101 |
Color Harmonies of #FF8238
Complementary color
Monochromatic Colors of #FF8238
Black with #FF8238
Text Example
Text Example
White with #FF8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8238; }
p { color: rgb(255,130,56); }
H1.HeaderClassName
{
color: #FF8238;
}
.AnyTagClassName
{
color: #FF8238;
}
</style>
background-color css
<style>
a { background-color: #FF8238; }
a { background-color: rgb(255,130,56); }
div.DivClassName
{
background-color: #FF8238;
}
.BgClassName
{
background-color: #FF8238;
}
</style>
border-color css
<style>
span { border-color: #FF8238; }
span { border-color: rgb(255,130,56); }
td.TdClassName
{
border-color: #FF8238;
}
.TagClassName
{
border-color: #FF8238;
}
</style>