Shades of Burnt Orange #FE733F
Tints of Burnt Orange #FE733F
RGB
CMYK
RGB Variations
Color information
#FE733F (or 0xFE733F) is known color: Burnt Orange. HEX triplet: FE, 73 and 3F. RGB value is (254,115,63). Sum of RGB (Red+Green+Blue) = 254+115+63=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE733F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE733F is #018CC0. Grayscale: #969696. Windows color (decimal): -101569 or 4158462. OLE color: 4158462.
HSL color Cylindrical-coordinate representation of color #FE733F: hue angle of 16.34º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE733F is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 63 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.00 |
| HSL | 16.34º | 0.99% | 0.62% | - |
| HSV(B) | 16.34º | 0.75% | 1% | - |
| XYZ | 47.9 | 33.69 | 8.68 | - |
| YUV | 150.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 63 | 0 | 0.55 | 0.75 | 0.00 | 16.34 | 0.99 | 0.62 |
| Hex | FE | 73 | 3F | 0 | 37 | 4B | 0 | 10 | 63 | 3E |
| Octal | 376 | 163 | 77 | 0 | 67 | 113 | 0 | 20 | 143 | 76 |
| Binary | 11111110 | 1110011 | 111111 | 0 | 110111 | 1001011 | 0 | 10000 | 1100011 | 111110 |
Color Harmonies of #FE733F
Complementary color
Monochromatic Colors of #FE733F
Black with #FE733F
Text Example
Text Example
White with #FE733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE733F; }
p { color: rgb(254,115,63); }
H1.HeaderClassName
{
color: #FE733F;
}
.AnyTagClassName
{
color: #FE733F;
}
</style>
background-color css
<style>
a { background-color: #FE733F; }
a { background-color: rgb(254,115,63); }
div.DivClassName
{
background-color: #FE733F;
}
.BgClassName
{
background-color: #FE733F;
}
</style>
border-color css
<style>
span { border-color: #FE733F; }
span { border-color: rgb(254,115,63); }
td.TdClassName
{
border-color: #FE733F;
}
.TagClassName
{
border-color: #FE733F;
}
</style>