Shades of Burnt Orange #FC763D
Tints of Burnt Orange #FC763D
RGB
CMYK
RGB Variations
Color information
#FC763D (or 0xFC763D) is known color: Burnt Orange. HEX triplet: FC, 76 and 3D. RGB value is (252,118,61). Sum of RGB (Red+Green+Blue) = 252+118+61=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC763D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC763D is #0389C2. Grayscale: #979797. Windows color (decimal): -231875 or 4028156. OLE color: 4028156.
HSL color Cylindrical-coordinate representation of color #FC763D: hue angle of 17.91º 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 #FC763D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 61 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.01 |
| HSL | 17.91º | 0.97% | 0.61% | - |
| HSV(B) | 17.91º | 0.76% | 0.99% | - |
| XYZ | 47.47 | 33.99 | 8.47 | - |
| YUV | 151.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 61 | 0 | 0.53 | 0.76 | 0.01 | 17.91 | 0.97 | 0.61 |
| Hex | FC | 76 | 3D | 0 | 35 | 4C | 1 | 12 | 61 | 3D |
| Octal | 374 | 166 | 75 | 0 | 65 | 114 | 1 | 22 | 141 | 75 |
| Binary | 11111100 | 1110110 | 111101 | 0 | 110101 | 1001100 | 1 | 10010 | 1100001 | 111101 |
Color Harmonies of #FC763D
Complementary color
Monochromatic Colors of #FC763D
Black with #FC763D
Text Example
Text Example
White with #FC763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC763D; }
p { color: rgb(252,118,61); }
H1.HeaderClassName
{
color: #FC763D;
}
.AnyTagClassName
{
color: #FC763D;
}
</style>
background-color css
<style>
a { background-color: #FC763D; }
a { background-color: rgb(252,118,61); }
div.DivClassName
{
background-color: #FC763D;
}
.BgClassName
{
background-color: #FC763D;
}
</style>
border-color css
<style>
span { border-color: #FC763D; }
span { border-color: rgb(252,118,61); }
td.TdClassName
{
border-color: #FC763D;
}
.TagClassName
{
border-color: #FC763D;
}
</style>