Shades of Burnt Orange #FF7940
Tints of Burnt Orange #FF7940
RGB
CMYK
RGB Variations
Color information
#FF7940 (or 0xFF7940) is known color: Burnt Orange. HEX triplet: FF, 79 and 40. RGB value is (255,121,64). Sum of RGB (Red+Green+Blue) = 255+121+64=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7940 is #0086BF. Grayscale: #9A9A9A. Windows color (decimal): -34496 or 4225535. OLE color: 4225535.
HSL color Cylindrical-coordinate representation of color #FF7940: hue angle of 17.91º 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 #FF7940 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 64 | - |
| CMYK | 0 | 0.53 | 0.75 | 0 |
| HSL | 17.91º | 1% | 0.63% | - |
| HSV(B) | 17.91º | 0.75% | 1% | - |
| XYZ | 49 | 35.3 | 9.08 | - |
| YUV | 154.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 64 | 0 | 0.53 | 0.75 | 0 | 17.91 | 1 | 0.63 |
| Hex | FF | 79 | 40 | 0 | 35 | 4B | 0 | 12 | 64 | 3F |
| Octal | 377 | 171 | 100 | 0 | 65 | 113 | 0 | 22 | 144 | 77 |
| Binary | 11111111 | 1111001 | 1000000 | 0 | 110101 | 1001011 | 0 | 10010 | 1100100 | 111111 |
Color Harmonies of #FF7940
Complementary color
Monochromatic Colors of #FF7940
Black with #FF7940
Text Example
Text Example
White with #FF7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7940; }
p { color: rgb(255,121,64); }
H1.HeaderClassName
{
color: #FF7940;
}
.AnyTagClassName
{
color: #FF7940;
}
</style>
background-color css
<style>
a { background-color: #FF7940; }
a { background-color: rgb(255,121,64); }
div.DivClassName
{
background-color: #FF7940;
}
.BgClassName
{
background-color: #FF7940;
}
</style>
border-color css
<style>
span { border-color: #FF7940; }
span { border-color: rgb(255,121,64); }
td.TdClassName
{
border-color: #FF7940;
}
.TagClassName
{
border-color: #FF7940;
}
</style>