Shades of Burnt Orange #FC7343
Tints of Burnt Orange #FC7343
RGB
CMYK
RGB Variations
Color information
#FC7343 (or 0xFC7343) is known color: Burnt Orange. HEX triplet: FC, 73 and 43. RGB value is (252,115,67). Sum of RGB (Red+Green+Blue) = 252+115+67=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7343 is #038CBC. Grayscale: #969696. Windows color (decimal): -232637 or 4420604. OLE color: 4420604.
HSL color Cylindrical-coordinate representation of color #FC7343: hue angle of 15.57º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC7343 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 67 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.01 |
| HSL | 15.57º | 0.97% | 0.63% | - |
| HSV(B) | 15.57º | 0.73% | 0.99% | - |
| XYZ | 47.29 | 33.36 | 9.26 | - |
| YUV | 150.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 67 | 0 | 0.54 | 0.73 | 0.01 | 15.57 | 0.97 | 0.63 |
| Hex | FC | 73 | 43 | 0 | 36 | 49 | 1 | 10 | 61 | 3F |
| Octal | 374 | 163 | 103 | 0 | 66 | 111 | 1 | 20 | 141 | 77 |
| Binary | 11111100 | 1110011 | 1000011 | 0 | 110110 | 1001001 | 1 | 10000 | 1100001 | 111111 |
Color Harmonies of #FC7343
Complementary color
Monochromatic Colors of #FC7343
Black with #FC7343
Text Example
Text Example
White with #FC7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7343; }
p { color: rgb(252,115,67); }
H1.HeaderClassName
{
color: #FC7343;
}
.AnyTagClassName
{
color: #FC7343;
}
</style>
background-color css
<style>
a { background-color: #FC7343; }
a { background-color: rgb(252,115,67); }
div.DivClassName
{
background-color: #FC7343;
}
.BgClassName
{
background-color: #FC7343;
}
</style>
border-color css
<style>
span { border-color: #FC7343; }
span { border-color: rgb(252,115,67); }
td.TdClassName
{
border-color: #FC7343;
}
.TagClassName
{
border-color: #FC7343;
}
</style>