Shades of Burnt Orange #FF7A3C
Tints of Burnt Orange #FF7A3C
RGB
CMYK
RGB Variations
Color information
#FF7A3C (or 0xFF7A3C) is known color: Burnt Orange. HEX triplet: FF, 7A and 3C. RGB value is (255,122,60). Sum of RGB (Red+Green+Blue) = 255+122+60=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A3C is #0085C3. Grayscale: #9B9B9B. Windows color (decimal): -34244 or 3963647. OLE color: 3963647.
HSL color Cylindrical-coordinate representation of color #FF7A3C: hue angle of 19.08º 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 #FF7A3C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 60 | - |
| CMYK | 0 | 0.52 | 0.76 | 0 |
| HSL | 19.08º | 1% | 0.62% | - |
| HSV(B) | 19.08º | 0.76% | 1% | - |
| XYZ | 49.02 | 35.51 | 8.54 | - |
| YUV | 154.7 | 74.56 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 60 | 0 | 0.52 | 0.76 | 0 | 19.08 | 1 | 0.62 |
| Hex | FF | 7A | 3C | 0 | 34 | 4C | 0 | 13 | 64 | 3E |
| Octal | 377 | 172 | 74 | 0 | 64 | 114 | 0 | 23 | 144 | 76 |
| Binary | 11111111 | 1111010 | 111100 | 0 | 110100 | 1001100 | 0 | 10011 | 1100100 | 111110 |
Color Harmonies of #FF7A3C
Complementary color
Monochromatic Colors of #FF7A3C
Black with #FF7A3C
Text Example
Text Example
White with #FF7A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A3C; }
p { color: rgb(255,122,60); }
H1.HeaderClassName
{
color: #FF7A3C;
}
.AnyTagClassName
{
color: #FF7A3C;
}
</style>
background-color css
<style>
a { background-color: #FF7A3C; }
a { background-color: rgb(255,122,60); }
div.DivClassName
{
background-color: #FF7A3C;
}
.BgClassName
{
background-color: #FF7A3C;
}
</style>
border-color css
<style>
span { border-color: #FF7A3C; }
span { border-color: rgb(255,122,60); }
td.TdClassName
{
border-color: #FF7A3C;
}
.TagClassName
{
border-color: #FF7A3C;
}
</style>