Shades of Burnt Orange #FC793C
Tints of Burnt Orange #FC793C
RGB
CMYK
RGB Variations
Color information
#FC793C (or 0xFC793C) is known color: Burnt Orange. HEX triplet: FC, 79 and 3C. RGB value is (252,121,60). Sum of RGB (Red+Green+Blue) = 252+121+60=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC793C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC793C is #0386C3. Grayscale: #999999. Windows color (decimal): -231108 or 3963388. OLE color: 3963388.
HSL color Cylindrical-coordinate representation of color #FC793C: hue angle of 19.06º 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 #FC793C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 60 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.01 |
| HSL | 19.06º | 0.97% | 0.61% | - |
| HSV(B) | 19.06º | 0.76% | 0.99% | - |
| XYZ | 47.8 | 34.7 | 8.45 | - |
| YUV | 153.22 | 75.4 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 60 | 0 | 0.52 | 0.76 | 0.01 | 19.06 | 0.97 | 0.61 |
| Hex | FC | 79 | 3C | 0 | 34 | 4C | 1 | 13 | 61 | 3D |
| Octal | 374 | 171 | 74 | 0 | 64 | 114 | 1 | 23 | 141 | 75 |
| Binary | 11111100 | 1111001 | 111100 | 0 | 110100 | 1001100 | 1 | 10011 | 1100001 | 111101 |
Color Harmonies of #FC793C
Complementary color
Monochromatic Colors of #FC793C
Black with #FC793C
Text Example
Text Example
White with #FC793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC793C; }
p { color: rgb(252,121,60); }
H1.HeaderClassName
{
color: #FC793C;
}
.AnyTagClassName
{
color: #FC793C;
}
</style>
background-color css
<style>
a { background-color: #FC793C; }
a { background-color: rgb(252,121,60); }
div.DivClassName
{
background-color: #FC793C;
}
.BgClassName
{
background-color: #FC793C;
}
</style>
border-color css
<style>
span { border-color: #FC793C; }
span { border-color: rgb(252,121,60); }
td.TdClassName
{
border-color: #FC793C;
}
.TagClassName
{
border-color: #FC793C;
}
</style>