Shades of Burnt Orange #FD703B
Tints of Burnt Orange #FD703B
RGB
CMYK
RGB Variations
Color information
#FD703B (or 0xFD703B) is known color: Burnt Orange. HEX triplet: FD, 70 and 3B. RGB value is (253,112,59). Sum of RGB (Red+Green+Blue) = 253+112+59=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD703B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD703B is #028FC4. Grayscale: #949494. Windows color (decimal): -167877 or 3895549. OLE color: 3895549.
HSL color Cylindrical-coordinate representation of color #FD703B: hue angle of 16.39º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD703B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 59 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.01 |
| HSL | 16.39º | 0.98% | 0.61% | - |
| HSV(B) | 16.39º | 0.77% | 0.99% | - |
| XYZ | 47.09 | 32.79 | 7.98 | - |
| YUV | 148.12 | 77.71 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 59 | 0 | 0.56 | 0.77 | 0.01 | 16.39 | 0.98 | 0.61 |
| Hex | FD | 70 | 3B | 0 | 38 | 4D | 1 | 10 | 62 | 3D |
| Octal | 375 | 160 | 73 | 0 | 70 | 115 | 1 | 20 | 142 | 75 |
| Binary | 11111101 | 1110000 | 111011 | 0 | 111000 | 1001101 | 1 | 10000 | 1100010 | 111101 |
Color Harmonies of #FD703B
Complementary color
Monochromatic Colors of #FD703B
Black with #FD703B
Text Example
Text Example
White with #FD703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD703B; }
p { color: rgb(253,112,59); }
H1.HeaderClassName
{
color: #FD703B;
}
.AnyTagClassName
{
color: #FD703B;
}
</style>
background-color css
<style>
a { background-color: #FD703B; }
a { background-color: rgb(253,112,59); }
div.DivClassName
{
background-color: #FD703B;
}
.BgClassName
{
background-color: #FD703B;
}
</style>
border-color css
<style>
span { border-color: #FD703B; }
span { border-color: rgb(253,112,59); }
td.TdClassName
{
border-color: #FD703B;
}
.TagClassName
{
border-color: #FD703B;
}
</style>