Shades of Burnt Orange #FE7234
Tints of Burnt Orange #FE7234
RGB
CMYK
RGB Variations
Color information
#FE7234 (or 0xFE7234) is known color: Burnt Orange. HEX triplet: FE, 72 and 34. RGB value is (254,114,52). Sum of RGB (Red+Green+Blue) = 254+114+52=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7234 is #018DCB. Grayscale: #959595. Windows color (decimal): -101836 or 3437310. OLE color: 3437310.
HSL color Cylindrical-coordinate representation of color #FE7234: hue angle of 18.42º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE7234 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 52 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.00 |
| HSL | 18.42º | 0.99% | 0.6% | - |
| HSV(B) | 18.42º | 0.8% | 1% | - |
| XYZ | 47.51 | 33.35 | 7.18 | - |
| YUV | 148.79 | 73.38 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 52 | 0 | 0.55 | 0.80 | 0.00 | 18.42 | 0.99 | 0.6 |
| Hex | FE | 72 | 34 | 0 | 37 | 50 | 0 | 12 | 63 | 3C |
| Octal | 376 | 162 | 64 | 0 | 67 | 120 | 0 | 22 | 143 | 74 |
| Binary | 11111110 | 1110010 | 110100 | 0 | 110111 | 1010000 | 0 | 10010 | 1100011 | 111100 |
Color Harmonies of #FE7234
Complementary color
Monochromatic Colors of #FE7234
Black with #FE7234
Text Example
Text Example
White with #FE7234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7234; }
p { color: rgb(254,114,52); }
H1.HeaderClassName
{
color: #FE7234;
}
.AnyTagClassName
{
color: #FE7234;
}
</style>
background-color css
<style>
a { background-color: #FE7234; }
a { background-color: rgb(254,114,52); }
div.DivClassName
{
background-color: #FE7234;
}
.BgClassName
{
background-color: #FE7234;
}
</style>
border-color css
<style>
span { border-color: #FE7234; }
span { border-color: rgb(254,114,52); }
td.TdClassName
{
border-color: #FE7234;
}
.TagClassName
{
border-color: #FE7234;
}
</style>