Shades of Burnt Orange #FF763A
Tints of Burnt Orange #FF763A
RGB
CMYK
RGB Variations
Color information
#FF763A (or 0xFF763A) is known color: Burnt Orange. HEX triplet: FF, 76 and 3A. RGB value is (255,118,58). Sum of RGB (Red+Green+Blue) = 255+118+58=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF763A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF763A is #0089C5. Grayscale: #989898. Windows color (decimal): -35270 or 3831551. OLE color: 3831551.
HSL color Cylindrical-coordinate representation of color #FF763A: hue angle of 18.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF763A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 58 | - |
| CMYK | 0 | 0.54 | 0.77 | 0 |
| HSL | 18.27º | 1% | 0.61% | - |
| HSV(B) | 18.27º | 0.77% | 1% | - |
| XYZ | 48.48 | 34.52 | 8.11 | - |
| YUV | 152.12 | 74.89 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 58 | 0 | 0.54 | 0.77 | 0 | 18.27 | 1 | 0.61 |
| Hex | FF | 76 | 3A | 0 | 36 | 4D | 0 | 12 | 64 | 3D |
| Octal | 377 | 166 | 72 | 0 | 66 | 115 | 0 | 22 | 144 | 75 |
| Binary | 11111111 | 1110110 | 111010 | 0 | 110110 | 1001101 | 0 | 10010 | 1100100 | 111101 |
Color Harmonies of #FF763A
Complementary color
Monochromatic Colors of #FF763A
Black with #FF763A
Text Example
Text Example
White with #FF763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF763A; }
p { color: rgb(255,118,58); }
H1.HeaderClassName
{
color: #FF763A;
}
.AnyTagClassName
{
color: #FF763A;
}
</style>
background-color css
<style>
a { background-color: #FF763A; }
a { background-color: rgb(255,118,58); }
div.DivClassName
{
background-color: #FF763A;
}
.BgClassName
{
background-color: #FF763A;
}
</style>
border-color css
<style>
span { border-color: #FF763A; }
span { border-color: rgb(255,118,58); }
td.TdClassName
{
border-color: #FF763A;
}
.TagClassName
{
border-color: #FF763A;
}
</style>