Shades of Burnt Orange #FC783F
Tints of Burnt Orange #FC783F
RGB
CMYK
RGB Variations
Color information
#FC783F (or 0xFC783F) is known color: Burnt Orange. HEX triplet: FC, 78 and 3F. RGB value is (252,120,63). Sum of RGB (Red+Green+Blue) = 252+120+63=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC783F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC783F is #0387C0. Grayscale: #999999. Windows color (decimal): -231361 or 4159740. OLE color: 4159740.
HSL color Cylindrical-coordinate representation of color #FC783F: hue angle of 18.1º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC783F is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 63 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.01 |
| HSL | 18.1º | 0.97% | 0.62% | - |
| HSV(B) | 18.1º | 0.75% | 0.99% | - |
| XYZ | 47.76 | 34.49 | 8.84 | - |
| YUV | 152.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 63 | 0 | 0.52 | 0.75 | 0.01 | 18.1 | 0.97 | 0.62 |
| Hex | FC | 78 | 3F | 0 | 34 | 4B | 1 | 12 | 61 | 3E |
| Octal | 374 | 170 | 77 | 0 | 64 | 113 | 1 | 22 | 141 | 76 |
| Binary | 11111100 | 1111000 | 111111 | 0 | 110100 | 1001011 | 1 | 10010 | 1100001 | 111110 |
Color Harmonies of #FC783F
Complementary color
Monochromatic Colors of #FC783F
Black with #FC783F
Text Example
Text Example
White with #FC783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC783F; }
p { color: rgb(252,120,63); }
H1.HeaderClassName
{
color: #FC783F;
}
.AnyTagClassName
{
color: #FC783F;
}
</style>
background-color css
<style>
a { background-color: #FC783F; }
a { background-color: rgb(252,120,63); }
div.DivClassName
{
background-color: #FC783F;
}
.BgClassName
{
background-color: #FC783F;
}
</style>
border-color css
<style>
span { border-color: #FC783F; }
span { border-color: rgb(252,120,63); }
td.TdClassName
{
border-color: #FC783F;
}
.TagClassName
{
border-color: #FC783F;
}
</style>