Shades of Burnt Orange #FC782C
Tints of Burnt Orange #FC782C
RGB
CMYK
RGB Variations
Color information
#FC782C (or 0xFC782C) is known color: Burnt Orange. HEX triplet: FC, 78 and 2C. RGB value is (252,120,44). Sum of RGB (Red+Green+Blue) = 252+120+44=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC782C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC782C is #0387D3. Grayscale: #979797. Windows color (decimal): -231380 or 2914556. OLE color: 2914556.
HSL color Cylindrical-coordinate representation of color #FC782C: hue angle of 21.92º 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 #FC782C is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 44 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.01 |
| HSL | 21.92º | 0.97% | 0.58% | - |
| HSV(B) | 21.92º | 0.83% | 0.99% | - |
| XYZ | 47.32 | 34.31 | 6.51 | - |
| YUV | 150.8 | 67.73 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 44 | 0 | 0.52 | 0.83 | 0.01 | 21.92 | 0.97 | 0.58 |
| Hex | FC | 78 | 2C | 0 | 34 | 53 | 1 | 16 | 61 | 3A |
| Octal | 374 | 170 | 54 | 0 | 64 | 123 | 1 | 26 | 141 | 72 |
| Binary | 11111100 | 1111000 | 101100 | 0 | 110100 | 1010011 | 1 | 10110 | 1100001 | 111010 |
Color Harmonies of #FC782C
Complementary color
Monochromatic Colors of #FC782C
Black with #FC782C
Text Example
Text Example
White with #FC782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC782C; }
p { color: rgb(252,120,44); }
H1.HeaderClassName
{
color: #FC782C;
}
.AnyTagClassName
{
color: #FC782C;
}
</style>
background-color css
<style>
a { background-color: #FC782C; }
a { background-color: rgb(252,120,44); }
div.DivClassName
{
background-color: #FC782C;
}
.BgClassName
{
background-color: #FC782C;
}
</style>
border-color css
<style>
span { border-color: #FC782C; }
span { border-color: rgb(252,120,44); }
td.TdClassName
{
border-color: #FC782C;
}
.TagClassName
{
border-color: #FC782C;
}
</style>