Shades of Burnt Orange #FE703C
Tints of Burnt Orange #FE703C
RGB
CMYK
RGB Variations
Color information
#FE703C (or 0xFE703C) is known color: Burnt Orange. HEX triplet: FE, 70 and 3C. RGB value is (254,112,60). Sum of RGB (Red+Green+Blue) = 254+112+60=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE703C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE703C is #018FC3. Grayscale: #949494. Windows color (decimal): -102340 or 3961086. OLE color: 3961086.
HSL color Cylindrical-coordinate representation of color #FE703C: hue angle of 16.08º 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 #FE703C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 60 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.00 |
| HSL | 16.08º | 0.99% | 0.62% | - |
| HSV(B) | 16.08º | 0.76% | 1% | - |
| XYZ | 47.48 | 32.99 | 8.14 | - |
| YUV | 148.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 60 | 0 | 0.56 | 0.76 | 0.00 | 16.08 | 0.99 | 0.62 |
| Hex | FE | 70 | 3C | 0 | 38 | 4C | 0 | 10 | 63 | 3E |
| Octal | 376 | 160 | 74 | 0 | 70 | 114 | 0 | 20 | 143 | 76 |
| Binary | 11111110 | 1110000 | 111100 | 0 | 111000 | 1001100 | 0 | 10000 | 1100011 | 111110 |
Color Harmonies of #FE703C
Complementary color
Monochromatic Colors of #FE703C
Black with #FE703C
Text Example
Text Example
White with #FE703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE703C; }
p { color: rgb(254,112,60); }
H1.HeaderClassName
{
color: #FE703C;
}
.AnyTagClassName
{
color: #FE703C;
}
</style>
background-color css
<style>
a { background-color: #FE703C; }
a { background-color: rgb(254,112,60); }
div.DivClassName
{
background-color: #FE703C;
}
.BgClassName
{
background-color: #FE703C;
}
</style>
border-color css
<style>
span { border-color: #FE703C; }
span { border-color: rgb(254,112,60); }
td.TdClassName
{
border-color: #FE703C;
}
.TagClassName
{
border-color: #FE703C;
}
</style>