Shades of Burnt Orange #FE7530
Tints of Burnt Orange #FE7530
RGB
CMYK
RGB Variations
Color information
#FE7530 (or 0xFE7530) is known color: Burnt Orange. HEX triplet: FE, 75 and 30. RGB value is (254,117,48). Sum of RGB (Red+Green+Blue) = 254+117+48=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7530 is #018ACF. Grayscale: #969696. Windows color (decimal): -101072 or 3175934. OLE color: 3175934.
HSL color Cylindrical-coordinate representation of color #FE7530: hue angle of 20.1º 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 #FE7530 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 48 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.00 |
| HSL | 20.1º | 0.99% | 0.59% | - |
| HSV(B) | 20.1º | 0.81% | 1% | - |
| XYZ | 47.77 | 34.01 | 6.84 | - |
| YUV | 150.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 48 | 0 | 0.54 | 0.81 | 0.00 | 20.1 | 0.99 | 0.59 |
| Hex | FE | 75 | 30 | 0 | 36 | 51 | 0 | 14 | 63 | 3B |
| Octal | 376 | 165 | 60 | 0 | 66 | 121 | 0 | 24 | 143 | 73 |
| Binary | 11111110 | 1110101 | 110000 | 0 | 110110 | 1010001 | 0 | 10100 | 1100011 | 111011 |
Color Harmonies of #FE7530
Complementary color
Monochromatic Colors of #FE7530
Black with #FE7530
Text Example
Text Example
White with #FE7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7530; }
p { color: rgb(254,117,48); }
H1.HeaderClassName
{
color: #FE7530;
}
.AnyTagClassName
{
color: #FE7530;
}
</style>
background-color css
<style>
a { background-color: #FE7530; }
a { background-color: rgb(254,117,48); }
div.DivClassName
{
background-color: #FE7530;
}
.BgClassName
{
background-color: #FE7530;
}
</style>
border-color css
<style>
span { border-color: #FE7530; }
span { border-color: rgb(254,117,48); }
td.TdClassName
{
border-color: #FE7530;
}
.TagClassName
{
border-color: #FE7530;
}
</style>