Shades of Burnt Orange #FE732D
Tints of Burnt Orange #FE732D
RGB
CMYK
RGB Variations
Color information
#FE732D (or 0xFE732D) is known color: Burnt Orange. HEX triplet: FE, 73 and 2D. RGB value is (254,115,45). Sum of RGB (Red+Green+Blue) = 254+115+45=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE732D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE732D is #018CD2. Grayscale: #959595. Windows color (decimal): -101587 or 2978814. OLE color: 2978814.
HSL color Cylindrical-coordinate representation of color #FE732D: hue angle of 20.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE732D is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 45 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.00 |
| HSL | 20.1º | 0.99% | 0.59% | - |
| HSV(B) | 20.1º | 0.82% | 1% | - |
| XYZ | 47.48 | 33.52 | 6.45 | - |
| YUV | 148.58 | 69.55 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 45 | 0 | 0.55 | 0.82 | 0.00 | 20.1 | 0.99 | 0.59 |
| Hex | FE | 73 | 2D | 0 | 37 | 52 | 0 | 14 | 63 | 3B |
| Octal | 376 | 163 | 55 | 0 | 67 | 122 | 0 | 24 | 143 | 73 |
| Binary | 11111110 | 1110011 | 101101 | 0 | 110111 | 1010010 | 0 | 10100 | 1100011 | 111011 |
Color Harmonies of #FE732D
Complementary color
Monochromatic Colors of #FE732D
Black with #FE732D
Text Example
Text Example
White with #FE732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE732D; }
p { color: rgb(254,115,45); }
H1.HeaderClassName
{
color: #FE732D;
}
.AnyTagClassName
{
color: #FE732D;
}
</style>
background-color css
<style>
a { background-color: #FE732D; }
a { background-color: rgb(254,115,45); }
div.DivClassName
{
background-color: #FE732D;
}
.BgClassName
{
background-color: #FE732D;
}
</style>
border-color css
<style>
span { border-color: #FE732D; }
span { border-color: rgb(254,115,45); }
td.TdClassName
{
border-color: #FE732D;
}
.TagClassName
{
border-color: #FE732D;
}
</style>