Shades of Burnt Orange #FE702F
Tints of Burnt Orange #FE702F
RGB
CMYK
RGB Variations
Color information
#FE702F (or 0xFE702F) is known color: Burnt Orange. HEX triplet: FE, 70 and 2F. RGB value is (254,112,47). Sum of RGB (Red+Green+Blue) = 254+112+47=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE702F is #018FD0. Grayscale: #939393. Windows color (decimal): -102353 or 3109118. OLE color: 3109118.
HSL color Cylindrical-coordinate representation of color #FE702F: hue angle of 18.84º 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 #FE702F is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 47 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.00 |
| HSL | 18.84º | 0.99% | 0.59% | - |
| HSV(B) | 18.84º | 0.81% | 1% | - |
| XYZ | 47.18 | 32.86 | 6.55 | - |
| YUV | 147.05 | 71.54 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 47 | 0 | 0.56 | 0.81 | 0.00 | 18.84 | 0.99 | 0.59 |
| Hex | FE | 70 | 2F | 0 | 38 | 51 | 0 | 13 | 63 | 3B |
| Octal | 376 | 160 | 57 | 0 | 70 | 121 | 0 | 23 | 143 | 73 |
| Binary | 11111110 | 1110000 | 101111 | 0 | 111000 | 1010001 | 0 | 10011 | 1100011 | 111011 |
Color Harmonies of #FE702F
Complementary color
Monochromatic Colors of #FE702F
Black with #FE702F
Text Example
Text Example
White with #FE702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE702F; }
p { color: rgb(254,112,47); }
H1.HeaderClassName
{
color: #FE702F;
}
.AnyTagClassName
{
color: #FE702F;
}
</style>
background-color css
<style>
a { background-color: #FE702F; }
a { background-color: rgb(254,112,47); }
div.DivClassName
{
background-color: #FE702F;
}
.BgClassName
{
background-color: #FE702F;
}
</style>
border-color css
<style>
span { border-color: #FE702F; }
span { border-color: rgb(254,112,47); }
td.TdClassName
{
border-color: #FE702F;
}
.TagClassName
{
border-color: #FE702F;
}
</style>