Shades of Burnt Orange #FD6322
Tints of Burnt Orange #FD6322
RGB
CMYK
RGB Variations
Color information
#FD6322 (or 0xFD6322) is known color: Burnt Orange. HEX triplet: FD, 63 and 22. RGB value is (253,99,34). Sum of RGB (Red+Green+Blue) = 253+99+34=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6322 is #029CDD. Grayscale: #8A8A8A. Windows color (decimal): -171230 or 2253821. OLE color: 2253821.
HSL color Cylindrical-coordinate representation of color #FD6322: hue angle of 17.81º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD6322 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 34 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.01 |
| HSL | 17.81º | 0.98% | 0.56% | - |
| HSV(B) | 17.81º | 0.87% | 0.99% | - |
| XYZ | 45.26 | 29.92 | 4.9 | - |
| YUV | 137.64 | 69.52 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 34 | 0 | 0.61 | 0.87 | 0.01 | 17.81 | 0.98 | 0.56 |
| Hex | FD | 63 | 22 | 0 | 3D | 57 | 1 | 12 | 62 | 38 |
| Octal | 375 | 143 | 42 | 0 | 75 | 127 | 1 | 22 | 142 | 70 |
| Binary | 11111101 | 1100011 | 100010 | 0 | 111101 | 1010111 | 1 | 10010 | 1100010 | 111000 |
Color Harmonies of #FD6322
Complementary color
Monochromatic Colors of #FD6322
Black with #FD6322
Text Example
Text Example
White with #FD6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6322; }
p { color: rgb(253,99,34); }
H1.HeaderClassName
{
color: #FD6322;
}
.AnyTagClassName
{
color: #FD6322;
}
</style>
background-color css
<style>
a { background-color: #FD6322; }
a { background-color: rgb(253,99,34); }
div.DivClassName
{
background-color: #FD6322;
}
.BgClassName
{
background-color: #FD6322;
}
</style>
border-color css
<style>
span { border-color: #FD6322; }
span { border-color: rgb(253,99,34); }
td.TdClassName
{
border-color: #FD6322;
}
.TagClassName
{
border-color: #FD6322;
}
</style>