Shades of Burnt Orange #FC7841
Tints of Burnt Orange #FC7841
RGB
CMYK
RGB Variations
Color information
#FC7841 (or 0xFC7841) is known color: Burnt Orange. HEX triplet: FC, 78 and 41. RGB value is (252,120,65). Sum of RGB (Red+Green+Blue) = 252+120+65=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7841 is #0387BE. Grayscale: #999999. Windows color (decimal): -231359 or 4290812. OLE color: 4290812.
HSL color Cylindrical-coordinate representation of color #FC7841: hue angle of 17.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC7841 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 65 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.01 |
| HSL | 17.65º | 0.97% | 0.62% | - |
| HSV(B) | 17.65º | 0.74% | 0.99% | - |
| XYZ | 47.82 | 34.51 | 9.14 | - |
| YUV | 153.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 65 | 0 | 0.52 | 0.74 | 0.01 | 17.65 | 0.97 | 0.62 |
| Hex | FC | 78 | 41 | 0 | 34 | 4A | 1 | 12 | 61 | 3E |
| Octal | 374 | 170 | 101 | 0 | 64 | 112 | 1 | 22 | 141 | 76 |
| Binary | 11111100 | 1111000 | 1000001 | 0 | 110100 | 1001010 | 1 | 10010 | 1100001 | 111110 |
Color Harmonies of #FC7841
Complementary color
Monochromatic Colors of #FC7841
Black with #FC7841
Text Example
Text Example
White with #FC7841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7841; }
p { color: rgb(252,120,65); }
H1.HeaderClassName
{
color: #FC7841;
}
.AnyTagClassName
{
color: #FC7841;
}
</style>
background-color css
<style>
a { background-color: #FC7841; }
a { background-color: rgb(252,120,65); }
div.DivClassName
{
background-color: #FC7841;
}
.BgClassName
{
background-color: #FC7841;
}
</style>
border-color css
<style>
span { border-color: #FC7841; }
span { border-color: rgb(252,120,65); }
td.TdClassName
{
border-color: #FC7841;
}
.TagClassName
{
border-color: #FC7841;
}
</style>