Shades of Burnt Orange #FF7F31
Tints of Burnt Orange #FF7F31
RGB
CMYK
RGB Variations
Color information
#FF7F31 (or 0xFF7F31) is known color: Burnt Orange. HEX triplet: FF, 7F and 31. RGB value is (255,127,49). Sum of RGB (Red+Green+Blue) = 255+127+49=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F31 is #0080CE. Grayscale: #9C9C9C. Windows color (decimal): -32975 or 3244031. OLE color: 3244031.
HSL color Cylindrical-coordinate representation of color #FF7F31: hue angle of 22.72º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF7F31 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 49 | - |
| CMYK | 0 | 0.50 | 0.81 | 0 |
| HSL | 22.72º | 1% | 0.6% | - |
| HSV(B) | 22.72º | 0.81% | 1% | - |
| XYZ | 49.38 | 36.66 | 7.38 | - |
| YUV | 156.38 | 67.41 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 49 | 0 | 0.50 | 0.81 | 0 | 22.72 | 1 | 0.6 |
| Hex | FF | 7F | 31 | 0 | 32 | 51 | 0 | 17 | 64 | 3C |
| Octal | 377 | 177 | 61 | 0 | 62 | 121 | 0 | 27 | 144 | 74 |
| Binary | 11111111 | 1111111 | 110001 | 0 | 110010 | 1010001 | 0 | 10111 | 1100100 | 111100 |
Color Harmonies of #FF7F31
Complementary color
Monochromatic Colors of #FF7F31
Black with #FF7F31
Text Example
Text Example
White with #FF7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F31; }
p { color: rgb(255,127,49); }
H1.HeaderClassName
{
color: #FF7F31;
}
.AnyTagClassName
{
color: #FF7F31;
}
</style>
background-color css
<style>
a { background-color: #FF7F31; }
a { background-color: rgb(255,127,49); }
div.DivClassName
{
background-color: #FF7F31;
}
.BgClassName
{
background-color: #FF7F31;
}
</style>
border-color css
<style>
span { border-color: #FF7F31; }
span { border-color: rgb(255,127,49); }
td.TdClassName
{
border-color: #FF7F31;
}
.TagClassName
{
border-color: #FF7F31;
}
</style>