Shades of Burnt Orange #FE7038
Tints of Burnt Orange #FE7038
RGB
CMYK
RGB Variations
Color information
#FE7038 (or 0xFE7038) is known color: Burnt Orange. HEX triplet: FE, 70 and 38. RGB value is (254,112,56). Sum of RGB (Red+Green+Blue) = 254+112+56=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7038 is #018FC7. Grayscale: #949494. Windows color (decimal): -102344 or 3698942. OLE color: 3698942.
HSL color Cylindrical-coordinate representation of color #FE7038: hue angle of 16.97º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE7038 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 56 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.00 |
| HSL | 16.97º | 0.99% | 0.61% | - |
| HSV(B) | 16.97º | 0.78% | 1% | - |
| XYZ | 47.38 | 32.94 | 7.6 | - |
| YUV | 148.07 | 76.04 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 56 | 0 | 0.56 | 0.78 | 0.00 | 16.97 | 0.99 | 0.61 |
| Hex | FE | 70 | 38 | 0 | 38 | 4E | 0 | 11 | 63 | 3D |
| Octal | 376 | 160 | 70 | 0 | 70 | 116 | 0 | 21 | 143 | 75 |
| Binary | 11111110 | 1110000 | 111000 | 0 | 111000 | 1001110 | 0 | 10001 | 1100011 | 111101 |
Color Harmonies of #FE7038
Complementary color
Monochromatic Colors of #FE7038
Black with #FE7038
Text Example
Text Example
White with #FE7038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7038; }
p { color: rgb(254,112,56); }
H1.HeaderClassName
{
color: #FE7038;
}
.AnyTagClassName
{
color: #FE7038;
}
</style>
background-color css
<style>
a { background-color: #FE7038; }
a { background-color: rgb(254,112,56); }
div.DivClassName
{
background-color: #FE7038;
}
.BgClassName
{
background-color: #FE7038;
}
</style>
border-color css
<style>
span { border-color: #FE7038; }
span { border-color: rgb(254,112,56); }
td.TdClassName
{
border-color: #FE7038;
}
.TagClassName
{
border-color: #FE7038;
}
</style>