Shades of Burnt Orange #FF7E3C
Tints of Burnt Orange #FF7E3C
RGB
CMYK
RGB Variations
Color information
#FF7E3C (or 0xFF7E3C) is known color: Burnt Orange. HEX triplet: FF, 7E and 3C. RGB value is (255,126,60). Sum of RGB (Red+Green+Blue) = 255+126+60=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E3C is #0081C3. Grayscale: #9D9D9D. Windows color (decimal): -33220 or 3964671. OLE color: 3964671.
HSL color Cylindrical-coordinate representation of color #FF7E3C: hue angle of 20.31º 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 #FF7E3C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 60 | - |
| CMYK | 0 | 0.51 | 0.76 | 0 |
| HSL | 20.31º | 1% | 0.62% | - |
| HSV(B) | 20.31º | 0.76% | 1% | - |
| XYZ | 49.52 | 36.51 | 8.71 | - |
| YUV | 157.05 | 73.24 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 60 | 0 | 0.51 | 0.76 | 0 | 20.31 | 1 | 0.62 |
| Hex | FF | 7E | 3C | 0 | 33 | 4C | 0 | 14 | 64 | 3E |
| Octal | 377 | 176 | 74 | 0 | 63 | 114 | 0 | 24 | 144 | 76 |
| Binary | 11111111 | 1111110 | 111100 | 0 | 110011 | 1001100 | 0 | 10100 | 1100100 | 111110 |
Color Harmonies of #FF7E3C
Complementary color
Monochromatic Colors of #FF7E3C
Black with #FF7E3C
Text Example
Text Example
White with #FF7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E3C; }
p { color: rgb(255,126,60); }
H1.HeaderClassName
{
color: #FF7E3C;
}
.AnyTagClassName
{
color: #FF7E3C;
}
</style>
background-color css
<style>
a { background-color: #FF7E3C; }
a { background-color: rgb(255,126,60); }
div.DivClassName
{
background-color: #FF7E3C;
}
.BgClassName
{
background-color: #FF7E3C;
}
</style>
border-color css
<style>
span { border-color: #FF7E3C; }
span { border-color: rgb(255,126,60); }
td.TdClassName
{
border-color: #FF7E3C;
}
.TagClassName
{
border-color: #FF7E3C;
}
</style>