Shades of Burnt Orange #FD743F
Tints of Burnt Orange #FD743F
RGB
CMYK
RGB Variations
Color information
#FD743F (or 0xFD743F) is known color: Burnt Orange. HEX triplet: FD, 74 and 3F. RGB value is (253,116,63). Sum of RGB (Red+Green+Blue) = 253+116+63=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD743F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD743F is #028BC0. Grayscale: #979797. Windows color (decimal): -166849 or 4158717. OLE color: 4158717.
HSL color Cylindrical-coordinate representation of color #FD743F: hue angle of 16.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD743F is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 63 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.01 |
| HSL | 16.74º | 0.98% | 0.62% | - |
| HSV(B) | 16.74º | 0.75% | 0.99% | - |
| XYZ | 47.65 | 33.73 | 8.7 | - |
| YUV | 150.92 | 78.39 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 63 | 0 | 0.54 | 0.75 | 0.01 | 16.74 | 0.98 | 0.62 |
| Hex | FD | 74 | 3F | 0 | 36 | 4B | 1 | 11 | 62 | 3E |
| Octal | 375 | 164 | 77 | 0 | 66 | 113 | 1 | 21 | 142 | 76 |
| Binary | 11111101 | 1110100 | 111111 | 0 | 110110 | 1001011 | 1 | 10001 | 1100010 | 111110 |
Color Harmonies of #FD743F
Complementary color
Monochromatic Colors of #FD743F
Black with #FD743F
Text Example
Text Example
White with #FD743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD743F; }
p { color: rgb(253,116,63); }
H1.HeaderClassName
{
color: #FD743F;
}
.AnyTagClassName
{
color: #FD743F;
}
</style>
background-color css
<style>
a { background-color: #FD743F; }
a { background-color: rgb(253,116,63); }
div.DivClassName
{
background-color: #FD743F;
}
.BgClassName
{
background-color: #FD743F;
}
</style>
border-color css
<style>
span { border-color: #FD743F; }
span { border-color: rgb(253,116,63); }
td.TdClassName
{
border-color: #FD743F;
}
.TagClassName
{
border-color: #FD743F;
}
</style>