Shades of Burnt Orange #FF7731
Tints of Burnt Orange #FF7731
RGB
CMYK
RGB Variations
Color information
#FF7731 (or 0xFF7731) is known color: Burnt Orange. HEX triplet: FF, 77 and 31. RGB value is (255,119,49). Sum of RGB (Red+Green+Blue) = 255+119+49=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7731 is #0088CE. Grayscale: #989898. Windows color (decimal): -35023 or 3241983. OLE color: 3241983.
HSL color Cylindrical-coordinate representation of color #FF7731: hue angle of 20.39º 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 #FF7731 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 49 | - |
| CMYK | 0 | 0.53 | 0.81 | 0 |
| HSL | 20.39º | 1% | 0.6% | - |
| HSV(B) | 20.39º | 0.81% | 1% | - |
| XYZ | 48.39 | 34.68 | 7.05 | - |
| YUV | 151.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 49 | 0 | 0.53 | 0.81 | 0 | 20.39 | 1 | 0.6 |
| Hex | FF | 77 | 31 | 0 | 35 | 51 | 0 | 14 | 64 | 3C |
| Octal | 377 | 167 | 61 | 0 | 65 | 121 | 0 | 24 | 144 | 74 |
| Binary | 11111111 | 1110111 | 110001 | 0 | 110101 | 1010001 | 0 | 10100 | 1100100 | 111100 |
Color Harmonies of #FF7731
Complementary color
Monochromatic Colors of #FF7731
Black with #FF7731
Text Example
Text Example
White with #FF7731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7731; }
p { color: rgb(255,119,49); }
H1.HeaderClassName
{
color: #FF7731;
}
.AnyTagClassName
{
color: #FF7731;
}
</style>
background-color css
<style>
a { background-color: #FF7731; }
a { background-color: rgb(255,119,49); }
div.DivClassName
{
background-color: #FF7731;
}
.BgClassName
{
background-color: #FF7731;
}
</style>
border-color css
<style>
span { border-color: #FF7731; }
span { border-color: rgb(255,119,49); }
td.TdClassName
{
border-color: #FF7731;
}
.TagClassName
{
border-color: #FF7731;
}
</style>