Shades of Burnt Orange #FC7143
Tints of Burnt Orange #FC7143
RGB
CMYK
RGB Variations
Color information
#FC7143 (or 0xFC7143) is known color: Burnt Orange. HEX triplet: FC, 71 and 43. RGB value is (252,113,67). Sum of RGB (Red+Green+Blue) = 252+113+67=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7143 is #038EBC. Grayscale: #959595. Windows color (decimal): -233149 or 4420092. OLE color: 4420092.
HSL color Cylindrical-coordinate representation of color #FC7143: hue angle of 14.92º 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 #FC7143 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 67 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.01 |
| HSL | 14.92º | 0.97% | 0.63% | - |
| HSV(B) | 14.92º | 0.73% | 0.99% | - |
| XYZ | 47.06 | 32.91 | 9.18 | - |
| YUV | 149.32 | 81.55 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 67 | 0 | 0.55 | 0.73 | 0.01 | 14.92 | 0.97 | 0.63 |
| Hex | FC | 71 | 43 | 0 | 37 | 49 | 1 | F | 61 | 3F |
| Octal | 374 | 161 | 103 | 0 | 67 | 111 | 1 | 17 | 141 | 77 |
| Binary | 11111100 | 1110001 | 1000011 | 0 | 110111 | 1001001 | 1 | 1111 | 1100001 | 111111 |
Color Harmonies of #FC7143
Complementary color
Monochromatic Colors of #FC7143
Black with #FC7143
Text Example
Text Example
White with #FC7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7143; }
p { color: rgb(252,113,67); }
H1.HeaderClassName
{
color: #FC7143;
}
.AnyTagClassName
{
color: #FC7143;
}
</style>
background-color css
<style>
a { background-color: #FC7143; }
a { background-color: rgb(252,113,67); }
div.DivClassName
{
background-color: #FC7143;
}
.BgClassName
{
background-color: #FC7143;
}
</style>
border-color css
<style>
span { border-color: #FC7143; }
span { border-color: rgb(252,113,67); }
td.TdClassName
{
border-color: #FC7143;
}
.TagClassName
{
border-color: #FC7143;
}
</style>