Shades of Burnt Orange #FC7C3D
Tints of Burnt Orange #FC7C3D
RGB
CMYK
RGB Variations
Color information
#FC7C3D (or 0xFC7C3D) is known color: Burnt Orange. HEX triplet: FC, 7C and 3D. RGB value is (252,124,61). Sum of RGB (Red+Green+Blue) = 252+124+61=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C3D is #0383C2. Grayscale: #9B9B9B. Windows color (decimal): -230339 or 4029692. OLE color: 4029692.
HSL color Cylindrical-coordinate representation of color #FC7C3D: hue angle of 19.79º 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 #FC7C3D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 61 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.01 |
| HSL | 19.79º | 0.97% | 0.61% | - |
| HSV(B) | 19.79º | 0.76% | 0.99% | - |
| XYZ | 48.19 | 35.45 | 8.72 | - |
| YUV | 155.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 61 | 0 | 0.51 | 0.76 | 0.01 | 19.79 | 0.97 | 0.61 |
| Hex | FC | 7C | 3D | 0 | 33 | 4C | 1 | 14 | 61 | 3D |
| Octal | 374 | 174 | 75 | 0 | 63 | 114 | 1 | 24 | 141 | 75 |
| Binary | 11111100 | 1111100 | 111101 | 0 | 110011 | 1001100 | 1 | 10100 | 1100001 | 111101 |
Color Harmonies of #FC7C3D
Complementary color
Monochromatic Colors of #FC7C3D
Black with #FC7C3D
Text Example
Text Example
White with #FC7C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C3D; }
p { color: rgb(252,124,61); }
H1.HeaderClassName
{
color: #FC7C3D;
}
.AnyTagClassName
{
color: #FC7C3D;
}
</style>
background-color css
<style>
a { background-color: #FC7C3D; }
a { background-color: rgb(252,124,61); }
div.DivClassName
{
background-color: #FC7C3D;
}
.BgClassName
{
background-color: #FC7C3D;
}
</style>
border-color css
<style>
span { border-color: #FC7C3D; }
span { border-color: rgb(252,124,61); }
td.TdClassName
{
border-color: #FC7C3D;
}
.TagClassName
{
border-color: #FC7C3D;
}
</style>