Shades of Burnt Orange #FD702E
Tints of Burnt Orange #FD702E
RGB
CMYK
RGB Variations
Color information
#FD702E (or 0xFD702E) is known color: Burnt Orange. HEX triplet: FD, 70 and 2E. RGB value is (253,112,46). Sum of RGB (Red+Green+Blue) = 253+112+46=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD702E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD702E is #028FD1. Grayscale: #939393. Windows color (decimal): -167890 or 3043581. OLE color: 3043581.
HSL color Cylindrical-coordinate representation of color #FD702E: hue angle of 19.13º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD702E is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 46 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.01 |
| HSL | 19.13º | 0.98% | 0.59% | - |
| HSV(B) | 19.13º | 0.82% | 0.99% | - |
| XYZ | 46.8 | 32.67 | 6.42 | - |
| YUV | 146.64 | 71.21 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 46 | 0 | 0.56 | 0.82 | 0.01 | 19.13 | 0.98 | 0.59 |
| Hex | FD | 70 | 2E | 0 | 38 | 52 | 1 | 13 | 62 | 3B |
| Octal | 375 | 160 | 56 | 0 | 70 | 122 | 1 | 23 | 142 | 73 |
| Binary | 11111101 | 1110000 | 101110 | 0 | 111000 | 1010010 | 1 | 10011 | 1100010 | 111011 |
Color Harmonies of #FD702E
Complementary color
Monochromatic Colors of #FD702E
Black with #FD702E
Text Example
Text Example
White with #FD702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD702E; }
p { color: rgb(253,112,46); }
H1.HeaderClassName
{
color: #FD702E;
}
.AnyTagClassName
{
color: #FD702E;
}
</style>
background-color css
<style>
a { background-color: #FD702E; }
a { background-color: rgb(253,112,46); }
div.DivClassName
{
background-color: #FD702E;
}
.BgClassName
{
background-color: #FD702E;
}
</style>
border-color css
<style>
span { border-color: #FD702E; }
span { border-color: rgb(253,112,46); }
td.TdClassName
{
border-color: #FD702E;
}
.TagClassName
{
border-color: #FD702E;
}
</style>