Shades of Burnt Orange #FD813D
Tints of Burnt Orange #FD813D
RGB
CMYK
RGB Variations
Color information
#FD813D (or 0xFD813D) is known color: Burnt Orange. HEX triplet: FD, 81 and 3D. RGB value is (253,129,61). Sum of RGB (Red+Green+Blue) = 253+129+61=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD813D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD813D is #027EC2. Grayscale: #9E9E9E. Windows color (decimal): -163523 or 4030973. OLE color: 4030973.
HSL color Cylindrical-coordinate representation of color #FD813D: hue angle of 21.25º 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 #FD813D is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 61 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.01 |
| HSL | 21.25º | 0.98% | 0.62% | - |
| HSV(B) | 21.25º | 0.76% | 0.99% | - |
| XYZ | 49.2 | 36.92 | 8.95 | - |
| YUV | 158.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 61 | 0 | 0.49 | 0.76 | 0.01 | 21.25 | 0.98 | 0.62 |
| Hex | FD | 81 | 3D | 0 | 31 | 4C | 1 | 15 | 62 | 3E |
| Octal | 375 | 201 | 75 | 0 | 61 | 114 | 1 | 25 | 142 | 76 |
| Binary | 11111101 | 10000001 | 111101 | 0 | 110001 | 1001100 | 1 | 10101 | 1100010 | 111110 |
Color Harmonies of #FD813D
Complementary color
Monochromatic Colors of #FD813D
Black with #FD813D
Text Example
Text Example
White with #FD813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD813D; }
p { color: rgb(253,129,61); }
H1.HeaderClassName
{
color: #FD813D;
}
.AnyTagClassName
{
color: #FD813D;
}
</style>
background-color css
<style>
a { background-color: #FD813D; }
a { background-color: rgb(253,129,61); }
div.DivClassName
{
background-color: #FD813D;
}
.BgClassName
{
background-color: #FD813D;
}
</style>
border-color css
<style>
span { border-color: #FD813D; }
span { border-color: rgb(253,129,61); }
td.TdClassName
{
border-color: #FD813D;
}
.TagClassName
{
border-color: #FD813D;
}
</style>