Shades of Burnt Orange #FC7441
Tints of Burnt Orange #FC7441
RGB
CMYK
RGB Variations
Color information
#FC7441 (or 0xFC7441) is known color: Burnt Orange. HEX triplet: FC, 74 and 41. RGB value is (252,116,65). Sum of RGB (Red+Green+Blue) = 252+116+65=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7441 is #038BBE. Grayscale: #979797. Windows color (decimal): -232383 or 4289788. OLE color: 4289788.
HSL color Cylindrical-coordinate representation of color #FC7441: hue angle of 16.36º 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 #FC7441 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 65 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.01 |
| HSL | 16.36º | 0.97% | 0.62% | - |
| HSV(B) | 16.36º | 0.74% | 0.99% | - |
| XYZ | 47.34 | 33.57 | 8.98 | - |
| YUV | 150.85 | 79.56 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 65 | 0 | 0.54 | 0.74 | 0.01 | 16.36 | 0.97 | 0.62 |
| Hex | FC | 74 | 41 | 0 | 36 | 4A | 1 | 10 | 61 | 3E |
| Octal | 374 | 164 | 101 | 0 | 66 | 112 | 1 | 20 | 141 | 76 |
| Binary | 11111100 | 1110100 | 1000001 | 0 | 110110 | 1001010 | 1 | 10000 | 1100001 | 111110 |
Color Harmonies of #FC7441
Complementary color
Monochromatic Colors of #FC7441
Black with #FC7441
Text Example
Text Example
White with #FC7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7441; }
p { color: rgb(252,116,65); }
H1.HeaderClassName
{
color: #FC7441;
}
.AnyTagClassName
{
color: #FC7441;
}
</style>
background-color css
<style>
a { background-color: #FC7441; }
a { background-color: rgb(252,116,65); }
div.DivClassName
{
background-color: #FC7441;
}
.BgClassName
{
background-color: #FC7441;
}
</style>
border-color css
<style>
span { border-color: #FC7441; }
span { border-color: rgb(252,116,65); }
td.TdClassName
{
border-color: #FC7441;
}
.TagClassName
{
border-color: #FC7441;
}
</style>