Shades of Burnt Orange #FC7833
Tints of Burnt Orange #FC7833
RGB
CMYK
RGB Variations
Color information
#FC7833 (or 0xFC7833) is known color: Burnt Orange. HEX triplet: FC, 78 and 33. RGB value is (252,120,51). Sum of RGB (Red+Green+Blue) = 252+120+51=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7833 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7833 is #0387CC. Grayscale: #989898. Windows color (decimal): -231373 or 3373308. OLE color: 3373308.
HSL color Cylindrical-coordinate representation of color #FC7833: hue angle of 20.6º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC7833 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 51 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.01 |
| HSL | 20.6º | 0.97% | 0.59% | - |
| HSV(B) | 20.6º | 0.8% | 0.99% | - |
| XYZ | 47.46 | 34.37 | 7.26 | - |
| YUV | 151.6 | 71.23 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 51 | 0 | 0.52 | 0.80 | 0.01 | 20.6 | 0.97 | 0.59 |
| Hex | FC | 78 | 33 | 0 | 34 | 50 | 1 | 15 | 61 | 3B |
| Octal | 374 | 170 | 63 | 0 | 64 | 120 | 1 | 25 | 141 | 73 |
| Binary | 11111100 | 1111000 | 110011 | 0 | 110100 | 1010000 | 1 | 10101 | 1100001 | 111011 |
Color Harmonies of #FC7833
Complementary color
Monochromatic Colors of #FC7833
Black with #FC7833
Text Example
Text Example
White with #FC7833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7833; }
p { color: rgb(252,120,51); }
H1.HeaderClassName
{
color: #FC7833;
}
.AnyTagClassName
{
color: #FC7833;
}
</style>
background-color css
<style>
a { background-color: #FC7833; }
a { background-color: rgb(252,120,51); }
div.DivClassName
{
background-color: #FC7833;
}
.BgClassName
{
background-color: #FC7833;
}
</style>
border-color css
<style>
span { border-color: #FC7833; }
span { border-color: rgb(252,120,51); }
td.TdClassName
{
border-color: #FC7833;
}
.TagClassName
{
border-color: #FC7833;
}
</style>