Shades of Burnt Orange #FC7B3C
Tints of Burnt Orange #FC7B3C
RGB
CMYK
RGB Variations
Color information
#FC7B3C (or 0xFC7B3C) is known color: Burnt Orange. HEX triplet: FC, 7B and 3C. RGB value is (252,123,60). Sum of RGB (Red+Green+Blue) = 252+123+60=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B3C is #0384C3. Grayscale: #9A9A9A. Windows color (decimal): -230596 or 3963900. OLE color: 3963900.
HSL color Cylindrical-coordinate representation of color #FC7B3C: hue angle of 19.69º 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 #FC7B3C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 60 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.01 |
| HSL | 19.69º | 0.97% | 0.61% | - |
| HSV(B) | 19.69º | 0.76% | 0.99% | - |
| XYZ | 48.04 | 35.19 | 8.53 | - |
| YUV | 154.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 60 | 0 | 0.51 | 0.76 | 0.01 | 19.69 | 0.97 | 0.61 |
| Hex | FC | 7B | 3C | 0 | 33 | 4C | 1 | 14 | 61 | 3D |
| Octal | 374 | 173 | 74 | 0 | 63 | 114 | 1 | 24 | 141 | 75 |
| Binary | 11111100 | 1111011 | 111100 | 0 | 110011 | 1001100 | 1 | 10100 | 1100001 | 111101 |
Color Harmonies of #FC7B3C
Complementary color
Monochromatic Colors of #FC7B3C
Black with #FC7B3C
Text Example
Text Example
White with #FC7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B3C; }
p { color: rgb(252,123,60); }
H1.HeaderClassName
{
color: #FC7B3C;
}
.AnyTagClassName
{
color: #FC7B3C;
}
</style>
background-color css
<style>
a { background-color: #FC7B3C; }
a { background-color: rgb(252,123,60); }
div.DivClassName
{
background-color: #FC7B3C;
}
.BgClassName
{
background-color: #FC7B3C;
}
</style>
border-color css
<style>
span { border-color: #FC7B3C; }
span { border-color: rgb(252,123,60); }
td.TdClassName
{
border-color: #FC7B3C;
}
.TagClassName
{
border-color: #FC7B3C;
}
</style>