Shades of Burnt Orange #FD713C
Tints of Burnt Orange #FD713C
RGB
CMYK
RGB Variations
Color information
#FD713C (or 0xFD713C) is known color: Burnt Orange. HEX triplet: FD, 71 and 3C. RGB value is (253,113,60). Sum of RGB (Red+Green+Blue) = 253+113+60=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD713C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD713C is #028EC3. Grayscale: #959595. Windows color (decimal): -167620 or 3961341. OLE color: 3961341.
HSL color Cylindrical-coordinate representation of color #FD713C: hue angle of 16.48º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD713C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 60 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.01 |
| HSL | 16.48º | 0.98% | 0.61% | - |
| HSV(B) | 16.48º | 0.76% | 0.99% | - |
| XYZ | 47.23 | 33.02 | 8.16 | - |
| YUV | 148.82 | 77.88 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 60 | 0 | 0.55 | 0.76 | 0.01 | 16.48 | 0.98 | 0.61 |
| Hex | FD | 71 | 3C | 0 | 37 | 4C | 1 | 10 | 62 | 3D |
| Octal | 375 | 161 | 74 | 0 | 67 | 114 | 1 | 20 | 142 | 75 |
| Binary | 11111101 | 1110001 | 111100 | 0 | 110111 | 1001100 | 1 | 10000 | 1100010 | 111101 |
Color Harmonies of #FD713C
Complementary color
Monochromatic Colors of #FD713C
Black with #FD713C
Text Example
Text Example
White with #FD713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD713C; }
p { color: rgb(253,113,60); }
H1.HeaderClassName
{
color: #FD713C;
}
.AnyTagClassName
{
color: #FD713C;
}
</style>
background-color css
<style>
a { background-color: #FD713C; }
a { background-color: rgb(253,113,60); }
div.DivClassName
{
background-color: #FD713C;
}
.BgClassName
{
background-color: #FD713C;
}
</style>
border-color css
<style>
span { border-color: #FD713C; }
span { border-color: rgb(253,113,60); }
td.TdClassName
{
border-color: #FD713C;
}
.TagClassName
{
border-color: #FD713C;
}
</style>