Shades of Burnt Orange #FF7D3B
Tints of Burnt Orange #FF7D3B
RGB
CMYK
RGB Variations
Color information
#FF7D3B (or 0xFF7D3B) is known color: Burnt Orange. HEX triplet: FF, 7D and 3B. RGB value is (255,125,59). Sum of RGB (Red+Green+Blue) = 255+125+59=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D3B is #0082C4. Grayscale: #9C9C9C. Windows color (decimal): -33477 or 3898879. OLE color: 3898879.
HSL color Cylindrical-coordinate representation of color #FF7D3B: hue angle of 20.2º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF7D3B is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 59 | - |
| CMYK | 0 | 0.51 | 0.77 | 0 |
| HSL | 20.2º | 1% | 0.62% | - |
| HSV(B) | 20.2º | 0.77% | 1% | - |
| XYZ | 49.36 | 36.24 | 8.53 | - |
| YUV | 156.35 | 73.07 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 59 | 0 | 0.51 | 0.77 | 0 | 20.2 | 1 | 0.62 |
| Hex | FF | 7D | 3B | 0 | 33 | 4D | 0 | 14 | 64 | 3E |
| Octal | 377 | 175 | 73 | 0 | 63 | 115 | 0 | 24 | 144 | 76 |
| Binary | 11111111 | 1111101 | 111011 | 0 | 110011 | 1001101 | 0 | 10100 | 1100100 | 111110 |
Color Harmonies of #FF7D3B
Complementary color
Monochromatic Colors of #FF7D3B
Black with #FF7D3B
Text Example
Text Example
White with #FF7D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D3B; }
p { color: rgb(255,125,59); }
H1.HeaderClassName
{
color: #FF7D3B;
}
.AnyTagClassName
{
color: #FF7D3B;
}
</style>
background-color css
<style>
a { background-color: #FF7D3B; }
a { background-color: rgb(255,125,59); }
div.DivClassName
{
background-color: #FF7D3B;
}
.BgClassName
{
background-color: #FF7D3B;
}
</style>
border-color css
<style>
span { border-color: #FF7D3B; }
span { border-color: rgb(255,125,59); }
td.TdClassName
{
border-color: #FF7D3B;
}
.TagClassName
{
border-color: #FF7D3B;
}
</style>