Shades of Burnt Orange #FF7142
Tints of Burnt Orange #FF7142
RGB
CMYK
RGB Variations
Color information
#FF7142 (or 0xFF7142) is known color: Burnt Orange. HEX triplet: FF, 71 and 42. RGB value is (255,113,66). Sum of RGB (Red+Green+Blue) = 255+113+66=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7142 is #008EBD. Grayscale: #969696. Windows color (decimal): -36542 or 4354559. OLE color: 4354559.
HSL color Cylindrical-coordinate representation of color #FF7142: hue angle of 14.92º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF7142 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 66 | - |
| CMYK | 0 | 0.56 | 0.74 | 0 |
| HSL | 14.92º | 1% | 0.63% | - |
| HSV(B) | 14.92º | 0.74% | 1% | - |
| XYZ | 48.13 | 33.46 | 9.08 | - |
| YUV | 150.1 | 80.54 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 66 | 0 | 0.56 | 0.74 | 0 | 14.92 | 1 | 0.63 |
| Hex | FF | 71 | 42 | 0 | 38 | 4A | 0 | F | 64 | 3F |
| Octal | 377 | 161 | 102 | 0 | 70 | 112 | 0 | 17 | 144 | 77 |
| Binary | 11111111 | 1110001 | 1000010 | 0 | 111000 | 1001010 | 0 | 1111 | 1100100 | 111111 |
Color Harmonies of #FF7142
Complementary color
Monochromatic Colors of #FF7142
Black with #FF7142
Text Example
Text Example
White with #FF7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7142; }
p { color: rgb(255,113,66); }
H1.HeaderClassName
{
color: #FF7142;
}
.AnyTagClassName
{
color: #FF7142;
}
</style>
background-color css
<style>
a { background-color: #FF7142; }
a { background-color: rgb(255,113,66); }
div.DivClassName
{
background-color: #FF7142;
}
.BgClassName
{
background-color: #FF7142;
}
</style>
border-color css
<style>
span { border-color: #FF7142; }
span { border-color: rgb(255,113,66); }
td.TdClassName
{
border-color: #FF7142;
}
.TagClassName
{
border-color: #FF7142;
}
</style>