Shades of Burnt Orange #FD703D
Tints of Burnt Orange #FD703D
RGB
CMYK
RGB Variations
Color information
#FD703D (or 0xFD703D) is known color: Burnt Orange. HEX triplet: FD, 70 and 3D. RGB value is (253,112,61). Sum of RGB (Red+Green+Blue) = 253+112+61=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD703D is #028FC2. Grayscale: #949494. Windows color (decimal): -167875 or 4026621. OLE color: 4026621.
HSL color Cylindrical-coordinate representation of color #FD703D: hue angle of 15.94º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD703D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 61 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.01 |
| HSL | 15.94º | 0.98% | 0.62% | - |
| HSV(B) | 15.94º | 0.76% | 0.99% | - |
| XYZ | 47.14 | 32.81 | 8.26 | - |
| YUV | 148.35 | 78.71 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 61 | 0 | 0.56 | 0.76 | 0.01 | 15.94 | 0.98 | 0.62 |
| Hex | FD | 70 | 3D | 0 | 38 | 4C | 1 | 10 | 62 | 3E |
| Octal | 375 | 160 | 75 | 0 | 70 | 114 | 1 | 20 | 142 | 76 |
| Binary | 11111101 | 1110000 | 111101 | 0 | 111000 | 1001100 | 1 | 10000 | 1100010 | 111110 |
Color Harmonies of #FD703D
Complementary color
Monochromatic Colors of #FD703D
Black with #FD703D
Text Example
Text Example
White with #FD703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD703D; }
p { color: rgb(253,112,61); }
H1.HeaderClassName
{
color: #FD703D;
}
.AnyTagClassName
{
color: #FD703D;
}
</style>
background-color css
<style>
a { background-color: #FD703D; }
a { background-color: rgb(253,112,61); }
div.DivClassName
{
background-color: #FD703D;
}
.BgClassName
{
background-color: #FD703D;
}
</style>
border-color css
<style>
span { border-color: #FD703D; }
span { border-color: rgb(253,112,61); }
td.TdClassName
{
border-color: #FD703D;
}
.TagClassName
{
border-color: #FD703D;
}
</style>