Shades of Burnt Orange #FF773D
Tints of Burnt Orange #FF773D
RGB
CMYK
RGB Variations
Color information
#FF773D (or 0xFF773D) is known color: Burnt Orange. HEX triplet: FF, 77 and 3D. RGB value is (255,119,61). Sum of RGB (Red+Green+Blue) = 255+119+61=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF773D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF773D is #0088C2. Grayscale: #999999. Windows color (decimal): -35011 or 4028415. OLE color: 4028415.
HSL color Cylindrical-coordinate representation of color #FF773D: hue angle of 17.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF773D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 61 | - |
| CMYK | 0 | 0.53 | 0.76 | 0 |
| HSL | 17.94º | 1% | 0.62% | - |
| HSV(B) | 17.94º | 0.76% | 1% | - |
| XYZ | 48.68 | 34.79 | 8.56 | - |
| YUV | 153.05 | 76.06 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 61 | 0 | 0.53 | 0.76 | 0 | 17.94 | 1 | 0.62 |
| Hex | FF | 77 | 3D | 0 | 35 | 4C | 0 | 12 | 64 | 3E |
| Octal | 377 | 167 | 75 | 0 | 65 | 114 | 0 | 22 | 144 | 76 |
| Binary | 11111111 | 1110111 | 111101 | 0 | 110101 | 1001100 | 0 | 10010 | 1100100 | 111110 |
Color Harmonies of #FF773D
Complementary color
Monochromatic Colors of #FF773D
Black with #FF773D
Text Example
Text Example
White with #FF773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF773D; }
p { color: rgb(255,119,61); }
H1.HeaderClassName
{
color: #FF773D;
}
.AnyTagClassName
{
color: #FF773D;
}
</style>
background-color css
<style>
a { background-color: #FF773D; }
a { background-color: rgb(255,119,61); }
div.DivClassName
{
background-color: #FF773D;
}
.BgClassName
{
background-color: #FF773D;
}
</style>
border-color css
<style>
span { border-color: #FF773D; }
span { border-color: rgb(255,119,61); }
td.TdClassName
{
border-color: #FF773D;
}
.TagClassName
{
border-color: #FF773D;
}
</style>