Shades of Burnt Orange #FD733D
Tints of Burnt Orange #FD733D
RGB
CMYK
RGB Variations
Color information
#FD733D (or 0xFD733D) is known color: Burnt Orange. HEX triplet: FD, 73 and 3D. RGB value is (253,115,61). Sum of RGB (Red+Green+Blue) = 253+115+61=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD733D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD733D is #028CC2. Grayscale: #969696. Windows color (decimal): -167107 or 4027389. OLE color: 4027389.
HSL color Cylindrical-coordinate representation of color #FD733D: hue angle of 16.88º 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 #FD733D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 61 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.01 |
| HSL | 16.88º | 0.98% | 0.62% | - |
| HSV(B) | 16.88º | 0.76% | 0.99% | - |
| XYZ | 47.48 | 33.48 | 8.37 | - |
| YUV | 150.11 | 77.72 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 61 | 0 | 0.55 | 0.76 | 0.01 | 16.88 | 0.98 | 0.62 |
| Hex | FD | 73 | 3D | 0 | 37 | 4C | 1 | 11 | 62 | 3E |
| Octal | 375 | 163 | 75 | 0 | 67 | 114 | 1 | 21 | 142 | 76 |
| Binary | 11111101 | 1110011 | 111101 | 0 | 110111 | 1001100 | 1 | 10001 | 1100010 | 111110 |
Color Harmonies of #FD733D
Complementary color
Monochromatic Colors of #FD733D
Black with #FD733D
Text Example
Text Example
White with #FD733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD733D; }
p { color: rgb(253,115,61); }
H1.HeaderClassName
{
color: #FD733D;
}
.AnyTagClassName
{
color: #FD733D;
}
</style>
background-color css
<style>
a { background-color: #FD733D; }
a { background-color: rgb(253,115,61); }
div.DivClassName
{
background-color: #FD733D;
}
.BgClassName
{
background-color: #FD733D;
}
</style>
border-color css
<style>
span { border-color: #FD733D; }
span { border-color: rgb(253,115,61); }
td.TdClassName
{
border-color: #FD733D;
}
.TagClassName
{
border-color: #FD733D;
}
</style>