Shades of Burnt Orange #FD803D
Tints of Burnt Orange #FD803D
RGB
CMYK
RGB Variations
Color information
#FD803D (or 0xFD803D) is known color: Burnt Orange. HEX triplet: FD, 80 and 3D. RGB value is (253,128,61). Sum of RGB (Red+Green+Blue) = 253+128+61=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD803D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD803D is #027FC2. Grayscale: #9E9E9E. Windows color (decimal): -163779 or 4030717. OLE color: 4030717.
HSL color Cylindrical-coordinate representation of color #FD803D: hue angle of 20.94º 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 #FD803D is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 61 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.01 |
| HSL | 20.94º | 0.98% | 0.62% | - |
| HSV(B) | 20.94º | 0.76% | 0.99% | - |
| XYZ | 49.07 | 36.66 | 8.9 | - |
| YUV | 157.74 | 73.41 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 61 | 0 | 0.49 | 0.76 | 0.01 | 20.94 | 0.98 | 0.62 |
| Hex | FD | 80 | 3D | 0 | 31 | 4C | 1 | 15 | 62 | 3E |
| Octal | 375 | 200 | 75 | 0 | 61 | 114 | 1 | 25 | 142 | 76 |
| Binary | 11111101 | 10000000 | 111101 | 0 | 110001 | 1001100 | 1 | 10101 | 1100010 | 111110 |
Color Harmonies of #FD803D
Complementary color
Monochromatic Colors of #FD803D
Black with #FD803D
Text Example
Text Example
White with #FD803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD803D; }
p { color: rgb(253,128,61); }
H1.HeaderClassName
{
color: #FD803D;
}
.AnyTagClassName
{
color: #FD803D;
}
</style>
background-color css
<style>
a { background-color: #FD803D; }
a { background-color: rgb(253,128,61); }
div.DivClassName
{
background-color: #FD803D;
}
.BgClassName
{
background-color: #FD803D;
}
</style>
border-color css
<style>
span { border-color: #FD803D; }
span { border-color: rgb(253,128,61); }
td.TdClassName
{
border-color: #FD803D;
}
.TagClassName
{
border-color: #FD803D;
}
</style>