Shades of Burnt Orange #FF7640
Tints of Burnt Orange #FF7640
RGB
CMYK
RGB Variations
Color information
#FF7640 (or 0xFF7640) is known color: Burnt Orange. HEX triplet: FF, 76 and 40. RGB value is (255,118,64). Sum of RGB (Red+Green+Blue) = 255+118+64=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7640 is #0089BF. Grayscale: #999999. Windows color (decimal): -35264 or 4224767. OLE color: 4224767.
HSL color Cylindrical-coordinate representation of color #FF7640: hue angle of 16.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF7640 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 64 | - |
| CMYK | 0 | 0.54 | 0.75 | 0 |
| HSL | 16.96º | 1% | 0.63% | - |
| HSV(B) | 16.96º | 0.75% | 1% | - |
| XYZ | 48.64 | 34.59 | 8.96 | - |
| YUV | 152.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 64 | 0 | 0.54 | 0.75 | 0 | 16.96 | 1 | 0.63 |
| Hex | FF | 76 | 40 | 0 | 36 | 4B | 0 | 11 | 64 | 3F |
| Octal | 377 | 166 | 100 | 0 | 66 | 113 | 0 | 21 | 144 | 77 |
| Binary | 11111111 | 1110110 | 1000000 | 0 | 110110 | 1001011 | 0 | 10001 | 1100100 | 111111 |
Color Harmonies of #FF7640
Complementary color
Monochromatic Colors of #FF7640
Black with #FF7640
Text Example
Text Example
White with #FF7640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7640; }
p { color: rgb(255,118,64); }
H1.HeaderClassName
{
color: #FF7640;
}
.AnyTagClassName
{
color: #FF7640;
}
</style>
background-color css
<style>
a { background-color: #FF7640; }
a { background-color: rgb(255,118,64); }
div.DivClassName
{
background-color: #FF7640;
}
.BgClassName
{
background-color: #FF7640;
}
</style>
border-color css
<style>
span { border-color: #FF7640; }
span { border-color: rgb(255,118,64); }
td.TdClassName
{
border-color: #FF7640;
}
.TagClassName
{
border-color: #FF7640;
}
</style>