Shades of Burnt Orange #FD702A
Tints of Burnt Orange #FD702A
RGB
CMYK
RGB Variations
Color information
#FD702A (or 0xFD702A) is known color: Burnt Orange. HEX triplet: FD, 70 and 2A. RGB value is (253,112,42). Sum of RGB (Red+Green+Blue) = 253+112+42=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD702A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD702A is #028FD5. Grayscale: #929292. Windows color (decimal): -167894 or 2781437. OLE color: 2781437.
HSL color Cylindrical-coordinate representation of color #FD702A: hue angle of 19.91º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD702A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 42 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.01 |
| HSL | 19.91º | 0.98% | 0.58% | - |
| HSV(B) | 19.91º | 0.83% | 0.99% | - |
| XYZ | 46.72 | 32.64 | 6.03 | - |
| YUV | 146.18 | 69.21 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 42 | 0 | 0.56 | 0.83 | 0.01 | 19.91 | 0.98 | 0.58 |
| Hex | FD | 70 | 2A | 0 | 38 | 53 | 1 | 14 | 62 | 3A |
| Octal | 375 | 160 | 52 | 0 | 70 | 123 | 1 | 24 | 142 | 72 |
| Binary | 11111101 | 1110000 | 101010 | 0 | 111000 | 1010011 | 1 | 10100 | 1100010 | 111010 |
Color Harmonies of #FD702A
Complementary color
Monochromatic Colors of #FD702A
Black with #FD702A
Text Example
Text Example
White with #FD702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD702A; }
p { color: rgb(253,112,42); }
H1.HeaderClassName
{
color: #FD702A;
}
.AnyTagClassName
{
color: #FD702A;
}
</style>
background-color css
<style>
a { background-color: #FD702A; }
a { background-color: rgb(253,112,42); }
div.DivClassName
{
background-color: #FD702A;
}
.BgClassName
{
background-color: #FD702A;
}
</style>
border-color css
<style>
span { border-color: #FD702A; }
span { border-color: rgb(253,112,42); }
td.TdClassName
{
border-color: #FD702A;
}
.TagClassName
{
border-color: #FD702A;
}
</style>