Shades of Burnt Orange #FC743C
Tints of Burnt Orange #FC743C
RGB
CMYK
RGB Variations
Color information
#FC743C (or 0xFC743C) is known color: Burnt Orange. HEX triplet: FC, 74 and 3C. RGB value is (252,116,60). Sum of RGB (Red+Green+Blue) = 252+116+60=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC743C is #038BC3. Grayscale: #969696. Windows color (decimal): -232388 or 3962108. OLE color: 3962108.
HSL color Cylindrical-coordinate representation of color #FC743C: hue angle of 17.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC743C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 60 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.01 |
| HSL | 17.5º | 0.97% | 0.61% | - |
| HSV(B) | 17.5º | 0.76% | 0.99% | - |
| XYZ | 47.21 | 33.51 | 8.26 | - |
| YUV | 150.28 | 77.06 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 60 | 0 | 0.54 | 0.76 | 0.01 | 17.5 | 0.97 | 0.61 |
| Hex | FC | 74 | 3C | 0 | 36 | 4C | 1 | 12 | 61 | 3D |
| Octal | 374 | 164 | 74 | 0 | 66 | 114 | 1 | 22 | 141 | 75 |
| Binary | 11111100 | 1110100 | 111100 | 0 | 110110 | 1001100 | 1 | 10010 | 1100001 | 111101 |
Color Harmonies of #FC743C
Complementary color
Monochromatic Colors of #FC743C
Black with #FC743C
Text Example
Text Example
White with #FC743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC743C; }
p { color: rgb(252,116,60); }
H1.HeaderClassName
{
color: #FC743C;
}
.AnyTagClassName
{
color: #FC743C;
}
</style>
background-color css
<style>
a { background-color: #FC743C; }
a { background-color: rgb(252,116,60); }
div.DivClassName
{
background-color: #FC743C;
}
.BgClassName
{
background-color: #FC743C;
}
</style>
border-color css
<style>
span { border-color: #FC743C; }
span { border-color: rgb(252,116,60); }
td.TdClassName
{
border-color: #FC743C;
}
.TagClassName
{
border-color: #FC743C;
}
</style>