Shades of Burnt Orange #FD743A
Tints of Burnt Orange #FD743A
RGB
CMYK
RGB Variations
Color information
#FD743A (or 0xFD743A) is known color: Burnt Orange. HEX triplet: FD, 74 and 3A. RGB value is (253,116,58). Sum of RGB (Red+Green+Blue) = 253+116+58=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD743A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD743A is #028BC5. Grayscale: #969696. Windows color (decimal): -166854 or 3831037. OLE color: 3831037.
HSL color Cylindrical-coordinate representation of color #FD743A: hue angle of 17.85º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD743A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 58 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.01 |
| HSL | 17.85º | 0.98% | 0.61% | - |
| HSV(B) | 17.85º | 0.77% | 0.99% | - |
| XYZ | 47.52 | 33.68 | 8 | - |
| YUV | 150.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 58 | 0 | 0.54 | 0.77 | 0.01 | 17.85 | 0.98 | 0.61 |
| Hex | FD | 74 | 3A | 0 | 36 | 4D | 1 | 12 | 62 | 3D |
| Octal | 375 | 164 | 72 | 0 | 66 | 115 | 1 | 22 | 142 | 75 |
| Binary | 11111101 | 1110100 | 111010 | 0 | 110110 | 1001101 | 1 | 10010 | 1100010 | 111101 |
Color Harmonies of #FD743A
Complementary color
Monochromatic Colors of #FD743A
Black with #FD743A
Text Example
Text Example
White with #FD743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD743A; }
p { color: rgb(253,116,58); }
H1.HeaderClassName
{
color: #FD743A;
}
.AnyTagClassName
{
color: #FD743A;
}
</style>
background-color css
<style>
a { background-color: #FD743A; }
a { background-color: rgb(253,116,58); }
div.DivClassName
{
background-color: #FD743A;
}
.BgClassName
{
background-color: #FD743A;
}
</style>
border-color css
<style>
span { border-color: #FD743A; }
span { border-color: rgb(253,116,58); }
td.TdClassName
{
border-color: #FD743A;
}
.TagClassName
{
border-color: #FD743A;
}
</style>