Shades of Burnt Orange #FC7B3E
Tints of Burnt Orange #FC7B3E
RGB
CMYK
RGB Variations
Color information
#FC7B3E (or 0xFC7B3E) is known color: Burnt Orange. HEX triplet: FC, 7B and 3E. RGB value is (252,123,62). Sum of RGB (Red+Green+Blue) = 252+123+62=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B3E is #0384C1. Grayscale: #9A9A9A. Windows color (decimal): -230594 or 4094972. OLE color: 4094972.
HSL color Cylindrical-coordinate representation of color #FC7B3E: hue angle of 19.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC7B3E is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 62 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.01 |
| HSL | 19.26º | 0.97% | 0.62% | - |
| HSV(B) | 19.26º | 0.75% | 0.99% | - |
| XYZ | 48.1 | 35.21 | 8.82 | - |
| YUV | 154.62 | 75.74 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 62 | 0 | 0.51 | 0.75 | 0.01 | 19.26 | 0.97 | 0.62 |
| Hex | FC | 7B | 3E | 0 | 33 | 4B | 1 | 13 | 61 | 3E |
| Octal | 374 | 173 | 76 | 0 | 63 | 113 | 1 | 23 | 141 | 76 |
| Binary | 11111100 | 1111011 | 111110 | 0 | 110011 | 1001011 | 1 | 10011 | 1100001 | 111110 |
Color Harmonies of #FC7B3E
Complementary color
Monochromatic Colors of #FC7B3E
Black with #FC7B3E
Text Example
Text Example
White with #FC7B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B3E; }
p { color: rgb(252,123,62); }
H1.HeaderClassName
{
color: #FC7B3E;
}
.AnyTagClassName
{
color: #FC7B3E;
}
</style>
background-color css
<style>
a { background-color: #FC7B3E; }
a { background-color: rgb(252,123,62); }
div.DivClassName
{
background-color: #FC7B3E;
}
.BgClassName
{
background-color: #FC7B3E;
}
</style>
border-color css
<style>
span { border-color: #FC7B3E; }
span { border-color: rgb(252,123,62); }
td.TdClassName
{
border-color: #FC7B3E;
}
.TagClassName
{
border-color: #FC7B3E;
}
</style>