Shades of Burnt Orange #FE7130
Tints of Burnt Orange #FE7130
RGB
CMYK
RGB Variations
Color information
#FE7130 (or 0xFE7130) is known color: Burnt Orange. HEX triplet: FE, 71 and 30. RGB value is (254,113,48). Sum of RGB (Red+Green+Blue) = 254+113+48=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7130 is #018ECF. Grayscale: #949494. Windows color (decimal): -102096 or 3174910. OLE color: 3174910.
HSL color Cylindrical-coordinate representation of color #FE7130: hue angle of 18.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE7130 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 48 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.00 |
| HSL | 18.93º | 0.99% | 0.59% | - |
| HSV(B) | 18.93º | 0.81% | 1% | - |
| XYZ | 47.31 | 33.09 | 6.69 | - |
| YUV | 147.75 | 71.71 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 48 | 0 | 0.56 | 0.81 | 0.00 | 18.93 | 0.99 | 0.59 |
| Hex | FE | 71 | 30 | 0 | 38 | 51 | 0 | 13 | 63 | 3B |
| Octal | 376 | 161 | 60 | 0 | 70 | 121 | 0 | 23 | 143 | 73 |
| Binary | 11111110 | 1110001 | 110000 | 0 | 111000 | 1010001 | 0 | 10011 | 1100011 | 111011 |
Color Harmonies of #FE7130
Complementary color
Monochromatic Colors of #FE7130
Black with #FE7130
Text Example
Text Example
White with #FE7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7130; }
p { color: rgb(254,113,48); }
H1.HeaderClassName
{
color: #FE7130;
}
.AnyTagClassName
{
color: #FE7130;
}
</style>
background-color css
<style>
a { background-color: #FE7130; }
a { background-color: rgb(254,113,48); }
div.DivClassName
{
background-color: #FE7130;
}
.BgClassName
{
background-color: #FE7130;
}
</style>
border-color css
<style>
span { border-color: #FE7130; }
span { border-color: rgb(254,113,48); }
td.TdClassName
{
border-color: #FE7130;
}
.TagClassName
{
border-color: #FE7130;
}
</style>