Shades of Burnt Orange #FC792D
Tints of Burnt Orange #FC792D
RGB
CMYK
RGB Variations
Color information
#FC792D (or 0xFC792D) is known color: Burnt Orange. HEX triplet: FC, 79 and 2D. RGB value is (252,121,45). Sum of RGB (Red+Green+Blue) = 252+121+45=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC792D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC792D is #0386D2. Grayscale: #979797. Windows color (decimal): -231123 or 2980348. OLE color: 2980348.
HSL color Cylindrical-coordinate representation of color #FC792D: hue angle of 22.03º 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 #FC792D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 45 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.01 |
| HSL | 22.03º | 0.97% | 0.58% | - |
| HSV(B) | 22.03º | 0.82% | 0.99% | - |
| XYZ | 47.46 | 34.56 | 6.65 | - |
| YUV | 151.51 | 67.9 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 45 | 0 | 0.52 | 0.82 | 0.01 | 22.03 | 0.97 | 0.58 |
| Hex | FC | 79 | 2D | 0 | 34 | 52 | 1 | 16 | 61 | 3A |
| Octal | 374 | 171 | 55 | 0 | 64 | 122 | 1 | 26 | 141 | 72 |
| Binary | 11111100 | 1111001 | 101101 | 0 | 110100 | 1010010 | 1 | 10110 | 1100001 | 111010 |
Color Harmonies of #FC792D
Complementary color
Monochromatic Colors of #FC792D
Black with #FC792D
Text Example
Text Example
White with #FC792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC792D; }
p { color: rgb(252,121,45); }
H1.HeaderClassName
{
color: #FC792D;
}
.AnyTagClassName
{
color: #FC792D;
}
</style>
background-color css
<style>
a { background-color: #FC792D; }
a { background-color: rgb(252,121,45); }
div.DivClassName
{
background-color: #FC792D;
}
.BgClassName
{
background-color: #FC792D;
}
</style>
border-color css
<style>
span { border-color: #FC792D; }
span { border-color: rgb(252,121,45); }
td.TdClassName
{
border-color: #FC792D;
}
.TagClassName
{
border-color: #FC792D;
}
</style>