Shades of Burnt Orange #FC743F
Tints of Burnt Orange #FC743F
RGB
CMYK
RGB Variations
Color information
#FC743F (or 0xFC743F) is known color: Burnt Orange. HEX triplet: FC, 74 and 3F. RGB value is (252,116,63). Sum of RGB (Red+Green+Blue) = 252+116+63=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC743F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC743F is #038BC0. Grayscale: #969696. Windows color (decimal): -232385 or 4158716. OLE color: 4158716.
HSL color Cylindrical-coordinate representation of color #FC743F: hue angle of 16.83º degrees, saturation: 0.97, 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 #FC743F is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 63 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.01 |
| HSL | 16.83º | 0.97% | 0.62% | - |
| HSV(B) | 16.83º | 0.75% | 0.99% | - |
| XYZ | 47.29 | 33.55 | 8.69 | - |
| YUV | 150.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 63 | 0 | 0.54 | 0.75 | 0.01 | 16.83 | 0.97 | 0.62 |
| Hex | FC | 74 | 3F | 0 | 36 | 4B | 1 | 11 | 61 | 3E |
| Octal | 374 | 164 | 77 | 0 | 66 | 113 | 1 | 21 | 141 | 76 |
| Binary | 11111100 | 1110100 | 111111 | 0 | 110110 | 1001011 | 1 | 10001 | 1100001 | 111110 |
Color Harmonies of #FC743F
Complementary color
Monochromatic Colors of #FC743F
Black with #FC743F
Text Example
Text Example
White with #FC743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC743F; }
p { color: rgb(252,116,63); }
H1.HeaderClassName
{
color: #FC743F;
}
.AnyTagClassName
{
color: #FC743F;
}
</style>
background-color css
<style>
a { background-color: #FC743F; }
a { background-color: rgb(252,116,63); }
div.DivClassName
{
background-color: #FC743F;
}
.BgClassName
{
background-color: #FC743F;
}
</style>
border-color css
<style>
span { border-color: #FC743F; }
span { border-color: rgb(252,116,63); }
td.TdClassName
{
border-color: #FC743F;
}
.TagClassName
{
border-color: #FC743F;
}
</style>