Shades of Burnt Orange #FC743D
Tints of Burnt Orange #FC743D
RGB
CMYK
RGB Variations
Color information
#FC743D (or 0xFC743D) is known color: Burnt Orange. HEX triplet: FC, 74 and 3D. RGB value is (252,116,61). Sum of RGB (Red+Green+Blue) = 252+116+61=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC743D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC743D is #038BC2. Grayscale: #969696. Windows color (decimal): -232387 or 4027644. OLE color: 4027644.
HSL color Cylindrical-coordinate representation of color #FC743D: hue angle of 17.28º degrees, saturation: 0.97, 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 #FC743D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 61 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.01 |
| HSL | 17.28º | 0.97% | 0.61% | - |
| HSV(B) | 17.28º | 0.76% | 0.99% | - |
| XYZ | 47.23 | 33.52 | 8.4 | - |
| YUV | 150.39 | 77.56 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 61 | 0 | 0.54 | 0.76 | 0.01 | 17.28 | 0.97 | 0.61 |
| Hex | FC | 74 | 3D | 0 | 36 | 4C | 1 | 11 | 61 | 3D |
| Octal | 374 | 164 | 75 | 0 | 66 | 114 | 1 | 21 | 141 | 75 |
| Binary | 11111100 | 1110100 | 111101 | 0 | 110110 | 1001100 | 1 | 10001 | 1100001 | 111101 |
Color Harmonies of #FC743D
Complementary color
Monochromatic Colors of #FC743D
Black with #FC743D
Text Example
Text Example
White with #FC743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC743D; }
p { color: rgb(252,116,61); }
H1.HeaderClassName
{
color: #FC743D;
}
.AnyTagClassName
{
color: #FC743D;
}
</style>
background-color css
<style>
a { background-color: #FC743D; }
a { background-color: rgb(252,116,61); }
div.DivClassName
{
background-color: #FC743D;
}
.BgClassName
{
background-color: #FC743D;
}
</style>
border-color css
<style>
span { border-color: #FC743D; }
span { border-color: rgb(252,116,61); }
td.TdClassName
{
border-color: #FC743D;
}
.TagClassName
{
border-color: #FC743D;
}
</style>