Shades of Burnt Orange #FF7034
Tints of Burnt Orange #FF7034
RGB
CMYK
RGB Variations
Color information
#FF7034 (or 0xFF7034) is known color: Burnt Orange. HEX triplet: FF, 70 and 34. RGB value is (255,112,52). Sum of RGB (Red+Green+Blue) = 255+112+52=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7034 is #008FCB. Grayscale: #949494. Windows color (decimal): -36812 or 3436799. OLE color: 3436799.
HSL color Cylindrical-coordinate representation of color #FF7034: hue angle of 17.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF7034 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 112 | 52 | - |
CMYK | 0 | 0.56 | 0.80 | 0 |
HSL | 17.73º | 1% | 0.6% | - |
HSV(B) | 17.73º | 0.8% | 1% | - |
XYZ | 47.65 | 33.1 | 7.13 | - |
YUV | 147.92 | 73.88 | 204.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 112 | 52 | 0 | 0.56 | 0.80 | 0 | 17.73 | 1 | 0.6 |
Hex | FF | 70 | 34 | 0 | 38 | 50 | 0 | 12 | 64 | 3C |
Octal | 377 | 160 | 64 | 0 | 70 | 120 | 0 | 22 | 144 | 74 |
Binary | 11111111 | 1110000 | 110100 | 0 | 111000 | 1010000 | 0 | 10010 | 1100100 | 111100 |
Color Harmonies of #FF7034
Complementary color
Monochromatic Colors of #FF7034
Black with #FF7034
Text Example
Text Example
White with #FF7034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7034; }
p { color: rgb(255,112,52); }
H1.HeaderClassName
{
color: #FF7034;
}
.AnyTagClassName
{
color: #FF7034;
}
</style>
background-color css
<style>
a { background-color: #FF7034; }
a { background-color: rgb(255,112,52); }
div.DivClassName
{
background-color: #FF7034;
}
.BgClassName
{
background-color: #FF7034;
}
</style>
border-color css
<style>
span { border-color: #FF7034; }
span { border-color: rgb(255,112,52); }
td.TdClassName
{
border-color: #FF7034;
}
.TagClassName
{
border-color: #FF7034;
}
</style>