Shades of Burnt Orange #FD712A
Tints of Burnt Orange #FD712A
RGB
CMYK
RGB Variations
Color information
#FD712A (or 0xFD712A) is known color: Burnt Orange. HEX triplet: FD, 71 and 2A. RGB value is (253,113,42). Sum of RGB (Red+Green+Blue) = 253+113+42=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD712A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD712A is #028ED5. Grayscale: #939393. Windows color (decimal): -167638 or 2781693. OLE color: 2781693.
HSL color Cylindrical-coordinate representation of color #FD712A: hue angle of 20.19º 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 #FD712A is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 42 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.01 |
| HSL | 20.19º | 0.98% | 0.58% | - |
| HSV(B) | 20.19º | 0.83% | 0.99% | - |
| XYZ | 46.83 | 32.86 | 6.06 | - |
| YUV | 146.77 | 68.88 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 42 | 0 | 0.55 | 0.83 | 0.01 | 20.19 | 0.98 | 0.58 |
| Hex | FD | 71 | 2A | 0 | 37 | 53 | 1 | 14 | 62 | 3A |
| Octal | 375 | 161 | 52 | 0 | 67 | 123 | 1 | 24 | 142 | 72 |
| Binary | 11111101 | 1110001 | 101010 | 0 | 110111 | 1010011 | 1 | 10100 | 1100010 | 111010 |
Color Harmonies of #FD712A
Complementary color
Monochromatic Colors of #FD712A
Black with #FD712A
Text Example
Text Example
White with #FD712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD712A; }
p { color: rgb(253,113,42); }
H1.HeaderClassName
{
color: #FD712A;
}
.AnyTagClassName
{
color: #FD712A;
}
</style>
background-color css
<style>
a { background-color: #FD712A; }
a { background-color: rgb(253,113,42); }
div.DivClassName
{
background-color: #FD712A;
}
.BgClassName
{
background-color: #FD712A;
}
</style>
border-color css
<style>
span { border-color: #FD712A; }
span { border-color: rgb(253,113,42); }
td.TdClassName
{
border-color: #FD712A;
}
.TagClassName
{
border-color: #FD712A;
}
</style>