Shades of Burnt Orange #FC732F
Tints of Burnt Orange #FC732F
RGB
CMYK
RGB Variations
Color information
#FC732F (or 0xFC732F) is known color: Burnt Orange. HEX triplet: FC, 73 and 2F. RGB value is (252,115,47). Sum of RGB (Red+Green+Blue) = 252+115+47=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC732F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC732F is #038CD0. Grayscale: #949494. Windows color (decimal): -232657 or 3109884. OLE color: 3109884.
HSL color Cylindrical-coordinate representation of color #FC732F: hue angle of 19.9º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC732F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 47 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.01 |
| HSL | 19.9º | 0.97% | 0.59% | - |
| HSV(B) | 19.9º | 0.81% | 0.99% | - |
| XYZ | 46.79 | 33.16 | 6.62 | - |
| YUV | 148.21 | 70.89 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 47 | 0 | 0.54 | 0.81 | 0.01 | 19.9 | 0.97 | 0.59 |
| Hex | FC | 73 | 2F | 0 | 36 | 51 | 1 | 14 | 61 | 3B |
| Octal | 374 | 163 | 57 | 0 | 66 | 121 | 1 | 24 | 141 | 73 |
| Binary | 11111100 | 1110011 | 101111 | 0 | 110110 | 1010001 | 1 | 10100 | 1100001 | 111011 |
Color Harmonies of #FC732F
Complementary color
Monochromatic Colors of #FC732F
Black with #FC732F
Text Example
Text Example
White with #FC732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC732F; }
p { color: rgb(252,115,47); }
H1.HeaderClassName
{
color: #FC732F;
}
.AnyTagClassName
{
color: #FC732F;
}
</style>
background-color css
<style>
a { background-color: #FC732F; }
a { background-color: rgb(252,115,47); }
div.DivClassName
{
background-color: #FC732F;
}
.BgClassName
{
background-color: #FC732F;
}
</style>
border-color css
<style>
span { border-color: #FC732F; }
span { border-color: rgb(252,115,47); }
td.TdClassName
{
border-color: #FC732F;
}
.TagClassName
{
border-color: #FC732F;
}
</style>