Shades of Burnt Orange #FC743E
Tints of Burnt Orange #FC743E
RGB
CMYK
RGB Variations
Color information
#FC743E (or 0xFC743E) is known color: Burnt Orange. HEX triplet: FC, 74 and 3E. RGB value is (252,116,62). Sum of RGB (Red+Green+Blue) = 252+116+62=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC743E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC743E is #038BC1. Grayscale: #969696. Windows color (decimal): -232386 or 4093180. OLE color: 4093180.
HSL color Cylindrical-coordinate representation of color #FC743E: hue angle of 17.05º 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 #FC743E is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 62 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.01 |
| HSL | 17.05º | 0.97% | 0.62% | - |
| HSV(B) | 17.05º | 0.75% | 0.99% | - |
| XYZ | 47.26 | 33.53 | 8.54 | - |
| YUV | 150.51 | 78.06 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 62 | 0 | 0.54 | 0.75 | 0.01 | 17.05 | 0.97 | 0.62 |
| Hex | FC | 74 | 3E | 0 | 36 | 4B | 1 | 11 | 61 | 3E |
| Octal | 374 | 164 | 76 | 0 | 66 | 113 | 1 | 21 | 141 | 76 |
| Binary | 11111100 | 1110100 | 111110 | 0 | 110110 | 1001011 | 1 | 10001 | 1100001 | 111110 |
Color Harmonies of #FC743E
Complementary color
Monochromatic Colors of #FC743E
Black with #FC743E
Text Example
Text Example
White with #FC743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC743E; }
p { color: rgb(252,116,62); }
H1.HeaderClassName
{
color: #FC743E;
}
.AnyTagClassName
{
color: #FC743E;
}
</style>
background-color css
<style>
a { background-color: #FC743E; }
a { background-color: rgb(252,116,62); }
div.DivClassName
{
background-color: #FC743E;
}
.BgClassName
{
background-color: #FC743E;
}
</style>
border-color css
<style>
span { border-color: #FC743E; }
span { border-color: rgb(252,116,62); }
td.TdClassName
{
border-color: #FC743E;
}
.TagClassName
{
border-color: #FC743E;
}
</style>