Shades of Burnt Orange #FE703D
Tints of Burnt Orange #FE703D
RGB
CMYK
RGB Variations
Color information
#FE703D (or 0xFE703D) is known color: Burnt Orange. HEX triplet: FE, 70 and 3D. RGB value is (254,112,61). Sum of RGB (Red+Green+Blue) = 254+112+61=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE703D is #018FC2. Grayscale: #949494. Windows color (decimal): -102339 or 4026622. OLE color: 4026622.
HSL color Cylindrical-coordinate representation of color #FE703D: hue angle of 15.85º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE703D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 61 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.00 |
| HSL | 15.85º | 0.99% | 0.62% | - |
| HSV(B) | 15.85º | 0.76% | 1% | - |
| XYZ | 47.51 | 33 | 8.28 | - |
| YUV | 148.64 | 78.54 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 61 | 0 | 0.56 | 0.76 | 0.00 | 15.85 | 0.99 | 0.62 |
| Hex | FE | 70 | 3D | 0 | 38 | 4C | 0 | 10 | 63 | 3E |
| Octal | 376 | 160 | 75 | 0 | 70 | 114 | 0 | 20 | 143 | 76 |
| Binary | 11111110 | 1110000 | 111101 | 0 | 111000 | 1001100 | 0 | 10000 | 1100011 | 111110 |
Color Harmonies of #FE703D
Complementary color
Monochromatic Colors of #FE703D
Black with #FE703D
Text Example
Text Example
White with #FE703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE703D; }
p { color: rgb(254,112,61); }
H1.HeaderClassName
{
color: #FE703D;
}
.AnyTagClassName
{
color: #FE703D;
}
</style>
background-color css
<style>
a { background-color: #FE703D; }
a { background-color: rgb(254,112,61); }
div.DivClassName
{
background-color: #FE703D;
}
.BgClassName
{
background-color: #FE703D;
}
</style>
border-color css
<style>
span { border-color: #FE703D; }
span { border-color: rgb(254,112,61); }
td.TdClassName
{
border-color: #FE703D;
}
.TagClassName
{
border-color: #FE703D;
}
</style>