Shades of Burnt Orange #FE723D
Tints of Burnt Orange #FE723D
RGB
CMYK
RGB Variations
Color information
#FE723D (or 0xFE723D) is known color: Burnt Orange. HEX triplet: FE, 72 and 3D. RGB value is (254,114,61). Sum of RGB (Red+Green+Blue) = 254+114+61=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE723D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE723D is #018DC2. Grayscale: #969696. Windows color (decimal): -101827 or 4027134. OLE color: 4027134.
HSL color Cylindrical-coordinate representation of color #FE723D: hue angle of 16.48º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE723D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 61 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.00 |
| HSL | 16.48º | 0.99% | 0.62% | - |
| HSV(B) | 16.48º | 0.76% | 1% | - |
| XYZ | 47.73 | 33.44 | 8.35 | - |
| YUV | 149.82 | 77.88 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 61 | 0 | 0.55 | 0.76 | 0.00 | 16.48 | 0.99 | 0.62 |
| Hex | FE | 72 | 3D | 0 | 37 | 4C | 0 | 10 | 63 | 3E |
| Octal | 376 | 162 | 75 | 0 | 67 | 114 | 0 | 20 | 143 | 76 |
| Binary | 11111110 | 1110010 | 111101 | 0 | 110111 | 1001100 | 0 | 10000 | 1100011 | 111110 |
Color Harmonies of #FE723D
Complementary color
Monochromatic Colors of #FE723D
Black with #FE723D
Text Example
Text Example
White with #FE723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE723D; }
p { color: rgb(254,114,61); }
H1.HeaderClassName
{
color: #FE723D;
}
.AnyTagClassName
{
color: #FE723D;
}
</style>
background-color css
<style>
a { background-color: #FE723D; }
a { background-color: rgb(254,114,61); }
div.DivClassName
{
background-color: #FE723D;
}
.BgClassName
{
background-color: #FE723D;
}
</style>
border-color css
<style>
span { border-color: #FE723D; }
span { border-color: rgb(254,114,61); }
td.TdClassName
{
border-color: #FE723D;
}
.TagClassName
{
border-color: #FE723D;
}
</style>