Shades of Burnt Orange #FC793D
Tints of Burnt Orange #FC793D
RGB
CMYK
RGB Variations
Color information
#FC793D (or 0xFC793D) is known color: Burnt Orange. HEX triplet: FC, 79 and 3D. RGB value is (252,121,61). Sum of RGB (Red+Green+Blue) = 252+121+61=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC793D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC793D is #0386C2. Grayscale: #999999. Windows color (decimal): -231107 or 4028924. OLE color: 4028924.
HSL color Cylindrical-coordinate representation of color #FC793D: hue angle of 18.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC793D is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 61 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.01 |
| HSL | 18.85º | 0.97% | 0.61% | - |
| HSV(B) | 18.85º | 0.76% | 0.99% | - |
| XYZ | 47.82 | 34.71 | 8.59 | - |
| YUV | 153.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 61 | 0 | 0.52 | 0.76 | 0.01 | 18.85 | 0.97 | 0.61 |
| Hex | FC | 79 | 3D | 0 | 34 | 4C | 1 | 13 | 61 | 3D |
| Octal | 374 | 171 | 75 | 0 | 64 | 114 | 1 | 23 | 141 | 75 |
| Binary | 11111100 | 1111001 | 111101 | 0 | 110100 | 1001100 | 1 | 10011 | 1100001 | 111101 |
Color Harmonies of #FC793D
Complementary color
Monochromatic Colors of #FC793D
Black with #FC793D
Text Example
Text Example
White with #FC793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC793D; }
p { color: rgb(252,121,61); }
H1.HeaderClassName
{
color: #FC793D;
}
.AnyTagClassName
{
color: #FC793D;
}
</style>
background-color css
<style>
a { background-color: #FC793D; }
a { background-color: rgb(252,121,61); }
div.DivClassName
{
background-color: #FC793D;
}
.BgClassName
{
background-color: #FC793D;
}
</style>
border-color css
<style>
span { border-color: #FC793D; }
span { border-color: rgb(252,121,61); }
td.TdClassName
{
border-color: #FC793D;
}
.TagClassName
{
border-color: #FC793D;
}
</style>