Shades of Burnt Orange #FF763E
Tints of Burnt Orange #FF763E
RGB
CMYK
RGB Variations
Color information
#FF763E (or 0xFF763E) is known color: Burnt Orange. HEX triplet: FF, 76 and 3E. RGB value is (255,118,62). Sum of RGB (Red+Green+Blue) = 255+118+62=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF763E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF763E is #0089C1. Grayscale: #989898. Windows color (decimal): -35266 or 4093695. OLE color: 4093695.
HSL color Cylindrical-coordinate representation of color #FF763E: hue angle of 17.41º 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 #FF763E is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 62 | - |
| CMYK | 0 | 0.54 | 0.76 | 0 |
| HSL | 17.41º | 1% | 0.62% | - |
| HSV(B) | 17.41º | 0.76% | 1% | - |
| XYZ | 48.59 | 34.56 | 8.67 | - |
| YUV | 152.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 62 | 0 | 0.54 | 0.76 | 0 | 17.41 | 1 | 0.62 |
| Hex | FF | 76 | 3E | 0 | 36 | 4C | 0 | 11 | 64 | 3E |
| Octal | 377 | 166 | 76 | 0 | 66 | 114 | 0 | 21 | 144 | 76 |
| Binary | 11111111 | 1110110 | 111110 | 0 | 110110 | 1001100 | 0 | 10001 | 1100100 | 111110 |
Color Harmonies of #FF763E
Complementary color
Monochromatic Colors of #FF763E
Black with #FF763E
Text Example
Text Example
White with #FF763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF763E; }
p { color: rgb(255,118,62); }
H1.HeaderClassName
{
color: #FF763E;
}
.AnyTagClassName
{
color: #FF763E;
}
</style>
background-color css
<style>
a { background-color: #FF763E; }
a { background-color: rgb(255,118,62); }
div.DivClassName
{
background-color: #FF763E;
}
.BgClassName
{
background-color: #FF763E;
}
</style>
border-color css
<style>
span { border-color: #FF763E; }
span { border-color: rgb(255,118,62); }
td.TdClassName
{
border-color: #FF763E;
}
.TagClassName
{
border-color: #FF763E;
}
</style>