Shades of Burnt Orange #FC722C
Tints of Burnt Orange #FC722C
RGB
CMYK
RGB Variations
Color information
#FC722C (or 0xFC722C) is known color: Burnt Orange. HEX triplet: FC, 72 and 2C. RGB value is (252,114,44). Sum of RGB (Red+Green+Blue) = 252+114+44=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC722C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC722C is #038DD3. Grayscale: #939393. Windows color (decimal): -232916 or 2913020. OLE color: 2913020.
HSL color Cylindrical-coordinate representation of color #FC722C: hue angle of 20.19º 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 #FC722C is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 44 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.01 |
| HSL | 20.19º | 0.97% | 0.58% | - |
| HSV(B) | 20.19º | 0.83% | 0.99% | - |
| XYZ | 46.62 | 32.91 | 6.28 | - |
| YUV | 147.28 | 69.72 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 44 | 0 | 0.55 | 0.83 | 0.01 | 20.19 | 0.97 | 0.58 |
| Hex | FC | 72 | 2C | 0 | 37 | 53 | 1 | 14 | 61 | 3A |
| Octal | 374 | 162 | 54 | 0 | 67 | 123 | 1 | 24 | 141 | 72 |
| Binary | 11111100 | 1110010 | 101100 | 0 | 110111 | 1010011 | 1 | 10100 | 1100001 | 111010 |
Color Harmonies of #FC722C
Complementary color
Monochromatic Colors of #FC722C
Black with #FC722C
Text Example
Text Example
White with #FC722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC722C; }
p { color: rgb(252,114,44); }
H1.HeaderClassName
{
color: #FC722C;
}
.AnyTagClassName
{
color: #FC722C;
}
</style>
background-color css
<style>
a { background-color: #FC722C; }
a { background-color: rgb(252,114,44); }
div.DivClassName
{
background-color: #FC722C;
}
.BgClassName
{
background-color: #FC722C;
}
</style>
border-color css
<style>
span { border-color: #FC722C; }
span { border-color: rgb(252,114,44); }
td.TdClassName
{
border-color: #FC722C;
}
.TagClassName
{
border-color: #FC722C;
}
</style>