Shades of Burnt Orange #FC743B
Tints of Burnt Orange #FC743B
RGB
CMYK
RGB Variations
Color information
#FC743B (or 0xFC743B) is known color: Burnt Orange. HEX triplet: FC, 74 and 3B. RGB value is (252,116,59). Sum of RGB (Red+Green+Blue) = 252+116+59=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC743B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC743B is #038BC4. Grayscale: #969696. Windows color (decimal): -232389 or 3896572. OLE color: 3896572.
HSL color Cylindrical-coordinate representation of color #FC743B: hue angle of 17.72º 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 #FC743B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 59 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.01 |
| HSL | 17.72º | 0.97% | 0.61% | - |
| HSV(B) | 17.72º | 0.77% | 0.99% | - |
| XYZ | 47.18 | 33.5 | 8.12 | - |
| YUV | 150.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 59 | 0 | 0.54 | 0.77 | 0.01 | 17.72 | 0.97 | 0.61 |
| Hex | FC | 74 | 3B | 0 | 36 | 4D | 1 | 12 | 61 | 3D |
| Octal | 374 | 164 | 73 | 0 | 66 | 115 | 1 | 22 | 141 | 75 |
| Binary | 11111100 | 1110100 | 111011 | 0 | 110110 | 1001101 | 1 | 10010 | 1100001 | 111101 |
Color Harmonies of #FC743B
Complementary color
Monochromatic Colors of #FC743B
Black with #FC743B
Text Example
Text Example
White with #FC743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC743B; }
p { color: rgb(252,116,59); }
H1.HeaderClassName
{
color: #FC743B;
}
.AnyTagClassName
{
color: #FC743B;
}
</style>
background-color css
<style>
a { background-color: #FC743B; }
a { background-color: rgb(252,116,59); }
div.DivClassName
{
background-color: #FC743B;
}
.BgClassName
{
background-color: #FC743B;
}
</style>
border-color css
<style>
span { border-color: #FC743B; }
span { border-color: rgb(252,116,59); }
td.TdClassName
{
border-color: #FC743B;
}
.TagClassName
{
border-color: #FC743B;
}
</style>