Shades of Burnt Orange #FC7541
Tints of Burnt Orange #FC7541
RGB
CMYK
RGB Variations
Color information
#FC7541 (or 0xFC7541) is known color: Burnt Orange. HEX triplet: FC, 75 and 41. RGB value is (252,117,65). Sum of RGB (Red+Green+Blue) = 252+117+65=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7541 is #038ABE. Grayscale: #979797. Windows color (decimal): -232127 or 4290044. OLE color: 4290044.
HSL color Cylindrical-coordinate representation of color #FC7541: hue angle of 16.68º 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 #FC7541 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 65 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.01 |
| HSL | 16.68º | 0.97% | 0.62% | - |
| HSV(B) | 16.68º | 0.74% | 0.99% | - |
| XYZ | 47.46 | 33.8 | 9.02 | - |
| YUV | 151.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 65 | 0 | 0.54 | 0.74 | 0.01 | 16.68 | 0.97 | 0.62 |
| Hex | FC | 75 | 41 | 0 | 36 | 4A | 1 | 11 | 61 | 3E |
| Octal | 374 | 165 | 101 | 0 | 66 | 112 | 1 | 21 | 141 | 76 |
| Binary | 11111100 | 1110101 | 1000001 | 0 | 110110 | 1001010 | 1 | 10001 | 1100001 | 111110 |
Color Harmonies of #FC7541
Complementary color
Monochromatic Colors of #FC7541
Black with #FC7541
Text Example
Text Example
White with #FC7541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7541; }
p { color: rgb(252,117,65); }
H1.HeaderClassName
{
color: #FC7541;
}
.AnyTagClassName
{
color: #FC7541;
}
</style>
background-color css
<style>
a { background-color: #FC7541; }
a { background-color: rgb(252,117,65); }
div.DivClassName
{
background-color: #FC7541;
}
.BgClassName
{
background-color: #FC7541;
}
</style>
border-color css
<style>
span { border-color: #FC7541; }
span { border-color: rgb(252,117,65); }
td.TdClassName
{
border-color: #FC7541;
}
.TagClassName
{
border-color: #FC7541;
}
</style>