Shades of Burnt Orange #FE7134
Tints of Burnt Orange #FE7134
RGB
CMYK
RGB Variations
Color information
#FE7134 (or 0xFE7134) is known color: Burnt Orange. HEX triplet: FE, 71 and 34. RGB value is (254,113,52). Sum of RGB (Red+Green+Blue) = 254+113+52=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7134 is #018ECB. Grayscale: #949494. Windows color (decimal): -102092 or 3437054. OLE color: 3437054.
HSL color Cylindrical-coordinate representation of color #FE7134: hue angle of 18.12º 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 #FE7134 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 52 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.00 |
| HSL | 18.12º | 0.99% | 0.6% | - |
| HSV(B) | 18.12º | 0.8% | 1% | - |
| XYZ | 47.4 | 33.13 | 7.15 | - |
| YUV | 148.21 | 73.71 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 52 | 0 | 0.56 | 0.80 | 0.00 | 18.12 | 0.99 | 0.6 |
| Hex | FE | 71 | 34 | 0 | 38 | 50 | 0 | 12 | 63 | 3C |
| Octal | 376 | 161 | 64 | 0 | 70 | 120 | 0 | 22 | 143 | 74 |
| Binary | 11111110 | 1110001 | 110100 | 0 | 111000 | 1010000 | 0 | 10010 | 1100011 | 111100 |
Color Harmonies of #FE7134
Complementary color
Monochromatic Colors of #FE7134
Black with #FE7134
Text Example
Text Example
White with #FE7134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7134; }
p { color: rgb(254,113,52); }
H1.HeaderClassName
{
color: #FE7134;
}
.AnyTagClassName
{
color: #FE7134;
}
</style>
background-color css
<style>
a { background-color: #FE7134; }
a { background-color: rgb(254,113,52); }
div.DivClassName
{
background-color: #FE7134;
}
.BgClassName
{
background-color: #FE7134;
}
</style>
border-color css
<style>
span { border-color: #FE7134; }
span { border-color: rgb(254,113,52); }
td.TdClassName
{
border-color: #FE7134;
}
.TagClassName
{
border-color: #FE7134;
}
</style>