Shades of Burnt Orange #FE723A
Tints of Burnt Orange #FE723A
RGB
CMYK
RGB Variations
Color information
#FE723A (or 0xFE723A) is known color: Burnt Orange. HEX triplet: FE, 72 and 3A. RGB value is (254,114,58). Sum of RGB (Red+Green+Blue) = 254+114+58=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE723A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE723A is #018DC5. Grayscale: #959595. Windows color (decimal): -101830 or 3830526. OLE color: 3830526.
HSL color Cylindrical-coordinate representation of color #FE723A: hue angle of 17.14º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE723A is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 58 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.00 |
| HSL | 17.14º | 0.99% | 0.61% | - |
| HSV(B) | 17.14º | 0.77% | 1% | - |
| XYZ | 47.65 | 33.41 | 7.94 | - |
| YUV | 149.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 58 | 0 | 0.55 | 0.77 | 0.00 | 17.14 | 0.99 | 0.61 |
| Hex | FE | 72 | 3A | 0 | 37 | 4D | 0 | 11 | 63 | 3D |
| Octal | 376 | 162 | 72 | 0 | 67 | 115 | 0 | 21 | 143 | 75 |
| Binary | 11111110 | 1110010 | 111010 | 0 | 110111 | 1001101 | 0 | 10001 | 1100011 | 111101 |
Color Harmonies of #FE723A
Complementary color
Monochromatic Colors of #FE723A
Black with #FE723A
Text Example
Text Example
White with #FE723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE723A; }
p { color: rgb(254,114,58); }
H1.HeaderClassName
{
color: #FE723A;
}
.AnyTagClassName
{
color: #FE723A;
}
</style>
background-color css
<style>
a { background-color: #FE723A; }
a { background-color: rgb(254,114,58); }
div.DivClassName
{
background-color: #FE723A;
}
.BgClassName
{
background-color: #FE723A;
}
</style>
border-color css
<style>
span { border-color: #FE723A; }
span { border-color: rgb(254,114,58); }
td.TdClassName
{
border-color: #FE723A;
}
.TagClassName
{
border-color: #FE723A;
}
</style>