Shades of Burnt Orange #FC733D
Tints of Burnt Orange #FC733D
RGB
CMYK
RGB Variations
Color information
#FC733D (or 0xFC733D) is known color: Burnt Orange. HEX triplet: FC, 73 and 3D. RGB value is (252,115,61). Sum of RGB (Red+Green+Blue) = 252+115+61=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC733D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC733D is #038CC2. Grayscale: #969696. Windows color (decimal): -232643 or 4027388. OLE color: 4027388.
HSL color Cylindrical-coordinate representation of color #FC733D: hue angle of 16.96º 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 #FC733D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 61 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.01 |
| HSL | 16.96º | 0.97% | 0.61% | - |
| HSV(B) | 16.96º | 0.76% | 0.99% | - |
| XYZ | 47.12 | 33.29 | 8.36 | - |
| YUV | 149.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 61 | 0 | 0.54 | 0.76 | 0.01 | 16.96 | 0.97 | 0.61 |
| Hex | FC | 73 | 3D | 0 | 36 | 4C | 1 | 11 | 61 | 3D |
| Octal | 374 | 163 | 75 | 0 | 66 | 114 | 1 | 21 | 141 | 75 |
| Binary | 11111100 | 1110011 | 111101 | 0 | 110110 | 1001100 | 1 | 10001 | 1100001 | 111101 |
Color Harmonies of #FC733D
Complementary color
Monochromatic Colors of #FC733D
Black with #FC733D
Text Example
Text Example
White with #FC733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC733D; }
p { color: rgb(252,115,61); }
H1.HeaderClassName
{
color: #FC733D;
}
.AnyTagClassName
{
color: #FC733D;
}
</style>
background-color css
<style>
a { background-color: #FC733D; }
a { background-color: rgb(252,115,61); }
div.DivClassName
{
background-color: #FC733D;
}
.BgClassName
{
background-color: #FC733D;
}
</style>
border-color css
<style>
span { border-color: #FC733D; }
span { border-color: rgb(252,115,61); }
td.TdClassName
{
border-color: #FC733D;
}
.TagClassName
{
border-color: #FC733D;
}
</style>