Shades of Burnt Orange #FC783B
Tints of Burnt Orange #FC783B
RGB
CMYK
RGB Variations
Color information
#FC783B (or 0xFC783B) is known color: Burnt Orange. HEX triplet: FC, 78 and 3B. RGB value is (252,120,59). Sum of RGB (Red+Green+Blue) = 252+120+59=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC783B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC783B is #0387C4. Grayscale: #989898. Windows color (decimal): -231365 or 3897596. OLE color: 3897596.
HSL color Cylindrical-coordinate representation of color #FC783B: hue angle of 18.96º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC783B is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 59 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.01 |
| HSL | 18.96º | 0.97% | 0.61% | - |
| HSV(B) | 18.96º | 0.77% | 0.99% | - |
| XYZ | 47.65 | 34.44 | 8.27 | - |
| YUV | 152.51 | 75.23 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 59 | 0 | 0.52 | 0.77 | 0.01 | 18.96 | 0.97 | 0.61 |
| Hex | FC | 78 | 3B | 0 | 34 | 4D | 1 | 13 | 61 | 3D |
| Octal | 374 | 170 | 73 | 0 | 64 | 115 | 1 | 23 | 141 | 75 |
| Binary | 11111100 | 1111000 | 111011 | 0 | 110100 | 1001101 | 1 | 10011 | 1100001 | 111101 |
Color Harmonies of #FC783B
Complementary color
Monochromatic Colors of #FC783B
Black with #FC783B
Text Example
Text Example
White with #FC783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC783B; }
p { color: rgb(252,120,59); }
H1.HeaderClassName
{
color: #FC783B;
}
.AnyTagClassName
{
color: #FC783B;
}
</style>
background-color css
<style>
a { background-color: #FC783B; }
a { background-color: rgb(252,120,59); }
div.DivClassName
{
background-color: #FC783B;
}
.BgClassName
{
background-color: #FC783B;
}
</style>
border-color css
<style>
span { border-color: #FC783B; }
span { border-color: rgb(252,120,59); }
td.TdClassName
{
border-color: #FC783B;
}
.TagClassName
{
border-color: #FC783B;
}
</style>