Shades of Burnt Orange #FE732A
Tints of Burnt Orange #FE732A
RGB
CMYK
RGB Variations
Color information
#FE732A (or 0xFE732A) is known color: Burnt Orange. HEX triplet: FE, 73 and 2A. RGB value is (254,115,42). Sum of RGB (Red+Green+Blue) = 254+115+42=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE732A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE732A is #018CD5. Grayscale: #949494. Windows color (decimal): -101590 or 2782206. OLE color: 2782206.
HSL color Cylindrical-coordinate representation of color #FE732A: hue angle of 20.66º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE732A is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 42 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.00 |
| HSL | 20.66º | 0.99% | 0.58% | - |
| HSV(B) | 20.66º | 0.83% | 1% | - |
| XYZ | 47.42 | 33.5 | 6.16 | - |
| YUV | 148.24 | 68.05 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 42 | 0 | 0.55 | 0.83 | 0.00 | 20.66 | 0.99 | 0.58 |
| Hex | FE | 73 | 2A | 0 | 37 | 53 | 0 | 15 | 63 | 3A |
| Octal | 376 | 163 | 52 | 0 | 67 | 123 | 0 | 25 | 143 | 72 |
| Binary | 11111110 | 1110011 | 101010 | 0 | 110111 | 1010011 | 0 | 10101 | 1100011 | 111010 |
Color Harmonies of #FE732A
Complementary color
Monochromatic Colors of #FE732A
Black with #FE732A
Text Example
Text Example
White with #FE732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE732A; }
p { color: rgb(254,115,42); }
H1.HeaderClassName
{
color: #FE732A;
}
.AnyTagClassName
{
color: #FE732A;
}
</style>
background-color css
<style>
a { background-color: #FE732A; }
a { background-color: rgb(254,115,42); }
div.DivClassName
{
background-color: #FE732A;
}
.BgClassName
{
background-color: #FE732A;
}
</style>
border-color css
<style>
span { border-color: #FE732A; }
span { border-color: rgb(254,115,42); }
td.TdClassName
{
border-color: #FE732A;
}
.TagClassName
{
border-color: #FE732A;
}
</style>