Shades of Burnt Orange #FF763F
Tints of Burnt Orange #FF763F
RGB
CMYK
RGB Variations
Color information
#FF763F (or 0xFF763F) is known color: Burnt Orange. HEX triplet: FF, 76 and 3F. RGB value is (255,118,63). Sum of RGB (Red+Green+Blue) = 255+118+63=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF763F is #0089C0. Grayscale: #999999. Windows color (decimal): -35265 or 4159231. OLE color: 4159231.
HSL color Cylindrical-coordinate representation of color #FF763F: hue angle of 17.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF763F is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 63 | - |
| CMYK | 0 | 0.54 | 0.75 | 0 |
| HSL | 17.19º | 1% | 0.62% | - |
| HSV(B) | 17.19º | 0.75% | 1% | - |
| XYZ | 48.62 | 34.58 | 8.81 | - |
| YUV | 152.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 63 | 0 | 0.54 | 0.75 | 0 | 17.19 | 1 | 0.62 |
| Hex | FF | 76 | 3F | 0 | 36 | 4B | 0 | 11 | 64 | 3E |
| Octal | 377 | 166 | 77 | 0 | 66 | 113 | 0 | 21 | 144 | 76 |
| Binary | 11111111 | 1110110 | 111111 | 0 | 110110 | 1001011 | 0 | 10001 | 1100100 | 111110 |
Color Harmonies of #FF763F
Complementary color
Monochromatic Colors of #FF763F
Black with #FF763F
Text Example
Text Example
White with #FF763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF763F; }
p { color: rgb(255,118,63); }
H1.HeaderClassName
{
color: #FF763F;
}
.AnyTagClassName
{
color: #FF763F;
}
</style>
background-color css
<style>
a { background-color: #FF763F; }
a { background-color: rgb(255,118,63); }
div.DivClassName
{
background-color: #FF763F;
}
.BgClassName
{
background-color: #FF763F;
}
</style>
border-color css
<style>
span { border-color: #FF763F; }
span { border-color: rgb(255,118,63); }
td.TdClassName
{
border-color: #FF763F;
}
.TagClassName
{
border-color: #FF763F;
}
</style>