Shades of Burnt Orange #FC722D
Tints of Burnt Orange #FC722D
RGB
CMYK
RGB Variations
Color information
#FC722D (or 0xFC722D) is known color: Burnt Orange. HEX triplet: FC, 72 and 2D. RGB value is (252,114,45). Sum of RGB (Red+Green+Blue) = 252+114+45=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC722D is #038DD2. Grayscale: #939393. Windows color (decimal): -232915 or 2978556. OLE color: 2978556.
HSL color Cylindrical-coordinate representation of color #FC722D: hue angle of 20º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC722D is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 45 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.01 |
| HSL | 20º | 0.97% | 0.58% | - |
| HSV(B) | 20º | 0.82% | 0.99% | - |
| XYZ | 46.64 | 32.92 | 6.38 | - |
| YUV | 147.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 45 | 0 | 0.55 | 0.82 | 0.01 | 20 | 0.97 | 0.58 |
| Hex | FC | 72 | 2D | 0 | 37 | 52 | 1 | 14 | 61 | 3A |
| Octal | 374 | 162 | 55 | 0 | 67 | 122 | 1 | 24 | 141 | 72 |
| Binary | 11111100 | 1110010 | 101101 | 0 | 110111 | 1010010 | 1 | 10100 | 1100001 | 111010 |
Color Harmonies of #FC722D
Complementary color
Monochromatic Colors of #FC722D
Black with #FC722D
Text Example
Text Example
White with #FC722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC722D; }
p { color: rgb(252,114,45); }
H1.HeaderClassName
{
color: #FC722D;
}
.AnyTagClassName
{
color: #FC722D;
}
</style>
background-color css
<style>
a { background-color: #FC722D; }
a { background-color: rgb(252,114,45); }
div.DivClassName
{
background-color: #FC722D;
}
.BgClassName
{
background-color: #FC722D;
}
</style>
border-color css
<style>
span { border-color: #FC722D; }
span { border-color: rgb(252,114,45); }
td.TdClassName
{
border-color: #FC722D;
}
.TagClassName
{
border-color: #FC722D;
}
</style>