Shades of Burnt Orange #FE732C
Tints of Burnt Orange #FE732C
RGB
CMYK
RGB Variations
Color information
#FE732C (or 0xFE732C) is known color: Burnt Orange. HEX triplet: FE, 73 and 2C. RGB value is (254,115,44). Sum of RGB (Red+Green+Blue) = 254+115+44=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE732C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE732C is #018CD3. Grayscale: #949494. Windows color (decimal): -101588 or 2913278. OLE color: 2913278.
HSL color Cylindrical-coordinate representation of color #FE732C: hue angle of 20.29º 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 #FE732C is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 44 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.00 |
| HSL | 20.29º | 0.99% | 0.58% | - |
| HSV(B) | 20.29º | 0.83% | 1% | - |
| XYZ | 47.46 | 33.51 | 6.35 | - |
| YUV | 148.47 | 69.05 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 44 | 0 | 0.55 | 0.83 | 0.00 | 20.29 | 0.99 | 0.58 |
| Hex | FE | 73 | 2C | 0 | 37 | 53 | 0 | 14 | 63 | 3A |
| Octal | 376 | 163 | 54 | 0 | 67 | 123 | 0 | 24 | 143 | 72 |
| Binary | 11111110 | 1110011 | 101100 | 0 | 110111 | 1010011 | 0 | 10100 | 1100011 | 111010 |
Color Harmonies of #FE732C
Complementary color
Monochromatic Colors of #FE732C
Black with #FE732C
Text Example
Text Example
White with #FE732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE732C; }
p { color: rgb(254,115,44); }
H1.HeaderClassName
{
color: #FE732C;
}
.AnyTagClassName
{
color: #FE732C;
}
</style>
background-color css
<style>
a { background-color: #FE732C; }
a { background-color: rgb(254,115,44); }
div.DivClassName
{
background-color: #FE732C;
}
.BgClassName
{
background-color: #FE732C;
}
</style>
border-color css
<style>
span { border-color: #FE732C; }
span { border-color: rgb(254,115,44); }
td.TdClassName
{
border-color: #FE732C;
}
.TagClassName
{
border-color: #FE732C;
}
</style>