Shades of Burnt Orange #FC743A
Tints of Burnt Orange #FC743A
RGB
CMYK
RGB Variations
Color information
#FC743A (or 0xFC743A) is known color: Burnt Orange. HEX triplet: FC, 74 and 3A. RGB value is (252,116,58). Sum of RGB (Red+Green+Blue) = 252+116+58=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC743A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC743A is #038BC5. Grayscale: #969696. Windows color (decimal): -232390 or 3831036. OLE color: 3831036.
HSL color Cylindrical-coordinate representation of color #FC743A: hue angle of 17.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC743A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 58 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.01 |
| HSL | 17.94º | 0.97% | 0.61% | - |
| HSV(B) | 17.94º | 0.77% | 0.99% | - |
| XYZ | 47.15 | 33.49 | 7.98 | - |
| YUV | 150.05 | 76.06 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 58 | 0 | 0.54 | 0.77 | 0.01 | 17.94 | 0.97 | 0.61 |
| Hex | FC | 74 | 3A | 0 | 36 | 4D | 1 | 12 | 61 | 3D |
| Octal | 374 | 164 | 72 | 0 | 66 | 115 | 1 | 22 | 141 | 75 |
| Binary | 11111100 | 1110100 | 111010 | 0 | 110110 | 1001101 | 1 | 10010 | 1100001 | 111101 |
Color Harmonies of #FC743A
Complementary color
Monochromatic Colors of #FC743A
Black with #FC743A
Text Example
Text Example
White with #FC743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC743A; }
p { color: rgb(252,116,58); }
H1.HeaderClassName
{
color: #FC743A;
}
.AnyTagClassName
{
color: #FC743A;
}
</style>
background-color css
<style>
a { background-color: #FC743A; }
a { background-color: rgb(252,116,58); }
div.DivClassName
{
background-color: #FC743A;
}
.BgClassName
{
background-color: #FC743A;
}
</style>
border-color css
<style>
span { border-color: #FC743A; }
span { border-color: rgb(252,116,58); }
td.TdClassName
{
border-color: #FC743A;
}
.TagClassName
{
border-color: #FC743A;
}
</style>