Shades of Burnt Orange #FC763C
Tints of Burnt Orange #FC763C
RGB
CMYK
RGB Variations
Color information
#FC763C (or 0xFC763C) is known color: Burnt Orange. HEX triplet: FC, 76 and 3C. RGB value is (252,118,60). Sum of RGB (Red+Green+Blue) = 252+118+60=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC763C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC763C is #0389C3. Grayscale: #979797. Windows color (decimal): -231876 or 3962620. OLE color: 3962620.
HSL color Cylindrical-coordinate representation of color #FC763C: hue angle of 18.12º 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 #FC763C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 60 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.01 |
| HSL | 18.13º | 0.97% | 0.61% | - |
| HSV(B) | 18.13º | 0.76% | 0.99% | - |
| XYZ | 47.44 | 33.98 | 8.33 | - |
| YUV | 151.45 | 76.39 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 60 | 0 | 0.53 | 0.76 | 0.01 | 18.13 | 0.97 | 0.61 |
| Hex | FC | 76 | 3C | 0 | 35 | 4C | 1 | 12 | 61 | 3D |
| Octal | 374 | 166 | 74 | 0 | 65 | 114 | 1 | 22 | 141 | 75 |
| Binary | 11111100 | 1110110 | 111100 | 0 | 110101 | 1001100 | 1 | 10010 | 1100001 | 111101 |
Color Harmonies of #FC763C
Complementary color
Monochromatic Colors of #FC763C
Black with #FC763C
Text Example
Text Example
White with #FC763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC763C; }
p { color: rgb(252,118,60); }
H1.HeaderClassName
{
color: #FC763C;
}
.AnyTagClassName
{
color: #FC763C;
}
</style>
background-color css
<style>
a { background-color: #FC763C; }
a { background-color: rgb(252,118,60); }
div.DivClassName
{
background-color: #FC763C;
}
.BgClassName
{
background-color: #FC763C;
}
</style>
border-color css
<style>
span { border-color: #FC763C; }
span { border-color: rgb(252,118,60); }
td.TdClassName
{
border-color: #FC763C;
}
.TagClassName
{
border-color: #FC763C;
}
</style>