Shades of Burnt Orange #FD743C
Tints of Burnt Orange #FD743C
RGB
CMYK
RGB Variations
Color information
#FD743C (or 0xFD743C) is known color: Burnt Orange. HEX triplet: FD, 74 and 3C. RGB value is (253,116,60). Sum of RGB (Red+Green+Blue) = 253+116+60=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD743C is #028BC3. Grayscale: #969696. Windows color (decimal): -166852 or 3962109. OLE color: 3962109.
HSL color Cylindrical-coordinate representation of color #FD743C: hue angle of 17.41º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD743C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 60 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.01 |
| HSL | 17.41º | 0.98% | 0.61% | - |
| HSV(B) | 17.41º | 0.76% | 0.99% | - |
| XYZ | 47.57 | 33.7 | 8.27 | - |
| YUV | 150.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 60 | 0 | 0.54 | 0.76 | 0.01 | 17.41 | 0.98 | 0.61 |
| Hex | FD | 74 | 3C | 0 | 36 | 4C | 1 | 11 | 62 | 3D |
| Octal | 375 | 164 | 74 | 0 | 66 | 114 | 1 | 21 | 142 | 75 |
| Binary | 11111101 | 1110100 | 111100 | 0 | 110110 | 1001100 | 1 | 10001 | 1100010 | 111101 |
Color Harmonies of #FD743C
Complementary color
Monochromatic Colors of #FD743C
Black with #FD743C
Text Example
Text Example
White with #FD743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD743C; }
p { color: rgb(253,116,60); }
H1.HeaderClassName
{
color: #FD743C;
}
.AnyTagClassName
{
color: #FD743C;
}
</style>
background-color css
<style>
a { background-color: #FD743C; }
a { background-color: rgb(253,116,60); }
div.DivClassName
{
background-color: #FD743C;
}
.BgClassName
{
background-color: #FD743C;
}
</style>
border-color css
<style>
span { border-color: #FD743C; }
span { border-color: rgb(253,116,60); }
td.TdClassName
{
border-color: #FD743C;
}
.TagClassName
{
border-color: #FD743C;
}
</style>