Shades of Burnt Orange #FC732B
Tints of Burnt Orange #FC732B
RGB
CMYK
RGB Variations
Color information
#FC732B (or 0xFC732B) is known color: Burnt Orange. HEX triplet: FC, 73 and 2B. RGB value is (252,115,43). Sum of RGB (Red+Green+Blue) = 252+115+43=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC732B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC732B is #038CD4. Grayscale: #949494. Windows color (decimal): -232661 or 2847740. OLE color: 2847740.
HSL color Cylindrical-coordinate representation of color #FC732B: hue angle of 20.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC732B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 43 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.01 |
| HSL | 20.67º | 0.97% | 0.58% | - |
| HSV(B) | 20.67º | 0.83% | 0.99% | - |
| XYZ | 46.71 | 33.13 | 6.22 | - |
| YUV | 147.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 43 | 0 | 0.54 | 0.83 | 0.01 | 20.67 | 0.97 | 0.58 |
| Hex | FC | 73 | 2B | 0 | 36 | 53 | 1 | 15 | 61 | 3A |
| Octal | 374 | 163 | 53 | 0 | 66 | 123 | 1 | 25 | 141 | 72 |
| Binary | 11111100 | 1110011 | 101011 | 0 | 110110 | 1010011 | 1 | 10101 | 1100001 | 111010 |
Color Harmonies of #FC732B
Complementary color
Monochromatic Colors of #FC732B
Black with #FC732B
Text Example
Text Example
White with #FC732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC732B; }
p { color: rgb(252,115,43); }
H1.HeaderClassName
{
color: #FC732B;
}
.AnyTagClassName
{
color: #FC732B;
}
</style>
background-color css
<style>
a { background-color: #FC732B; }
a { background-color: rgb(252,115,43); }
div.DivClassName
{
background-color: #FC732B;
}
.BgClassName
{
background-color: #FC732B;
}
</style>
border-color css
<style>
span { border-color: #FC732B; }
span { border-color: rgb(252,115,43); }
td.TdClassName
{
border-color: #FC732B;
}
.TagClassName
{
border-color: #FC732B;
}
</style>