Shades of Burnt Orange #FE702D
Tints of Burnt Orange #FE702D
RGB
CMYK
RGB Variations
Color information
#FE702D (or 0xFE702D) is known color: Burnt Orange. HEX triplet: FE, 70 and 2D. RGB value is (254,112,45). Sum of RGB (Red+Green+Blue) = 254+112+45=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE702D is #018FD2. Grayscale: #939393. Windows color (decimal): -102355 or 2978046. OLE color: 2978046.
HSL color Cylindrical-coordinate representation of color #FE702D: hue angle of 19.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE702D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 45 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.00 |
| HSL | 19.23º | 0.99% | 0.59% | - |
| HSV(B) | 19.23º | 0.82% | 1% | - |
| XYZ | 47.14 | 32.85 | 6.34 | - |
| YUV | 146.82 | 70.54 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 45 | 0 | 0.56 | 0.82 | 0.00 | 19.23 | 0.99 | 0.59 |
| Hex | FE | 70 | 2D | 0 | 38 | 52 | 0 | 13 | 63 | 3B |
| Octal | 376 | 160 | 55 | 0 | 70 | 122 | 0 | 23 | 143 | 73 |
| Binary | 11111110 | 1110000 | 101101 | 0 | 111000 | 1010010 | 0 | 10011 | 1100011 | 111011 |
Color Harmonies of #FE702D
Complementary color
Monochromatic Colors of #FE702D
Black with #FE702D
Text Example
Text Example
White with #FE702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE702D; }
p { color: rgb(254,112,45); }
H1.HeaderClassName
{
color: #FE702D;
}
.AnyTagClassName
{
color: #FE702D;
}
</style>
background-color css
<style>
a { background-color: #FE702D; }
a { background-color: rgb(254,112,45); }
div.DivClassName
{
background-color: #FE702D;
}
.BgClassName
{
background-color: #FE702D;
}
</style>
border-color css
<style>
span { border-color: #FE702D; }
span { border-color: rgb(254,112,45); }
td.TdClassName
{
border-color: #FE702D;
}
.TagClassName
{
border-color: #FE702D;
}
</style>