Shades of Burnt Orange #FF6730
Tints of Burnt Orange #FF6730
RGB
CMYK
RGB Variations
Color information
#FF6730 (or 0xFF6730) is known color: Burnt Orange. HEX triplet: FF, 67 and 30. RGB value is (255,103,48). Sum of RGB (Red+Green+Blue) = 255+103+48=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6730 is #0098CF. Grayscale: #8E8E8E. Windows color (decimal): -39120 or 3172351. OLE color: 3172351.
HSL color Cylindrical-coordinate representation of color #FF6730: hue angle of 15.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF6730 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 48 | - |
| CMYK | 0 | 0.60 | 0.81 | 0 |
| HSL | 15.94º | 1% | 0.59% | - |
| HSV(B) | 15.94º | 0.81% | 1% | - |
| XYZ | 46.62 | 31.17 | 6.36 | - |
| YUV | 142.18 | 74.86 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 48 | 0 | 0.60 | 0.81 | 0 | 15.94 | 1 | 0.59 |
| Hex | FF | 67 | 30 | 0 | 3C | 51 | 0 | 10 | 64 | 3B |
| Octal | 377 | 147 | 60 | 0 | 74 | 121 | 0 | 20 | 144 | 73 |
| Binary | 11111111 | 1100111 | 110000 | 0 | 111100 | 1010001 | 0 | 10000 | 1100100 | 111011 |
Color Harmonies of #FF6730
Complementary color
Monochromatic Colors of #FF6730
Black with #FF6730
Text Example
Text Example
White with #FF6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6730; }
p { color: rgb(255,103,48); }
H1.HeaderClassName
{
color: #FF6730;
}
.AnyTagClassName
{
color: #FF6730;
}
</style>
background-color css
<style>
a { background-color: #FF6730; }
a { background-color: rgb(255,103,48); }
div.DivClassName
{
background-color: #FF6730;
}
.BgClassName
{
background-color: #FF6730;
}
</style>
border-color css
<style>
span { border-color: #FF6730; }
span { border-color: rgb(255,103,48); }
td.TdClassName
{
border-color: #FF6730;
}
.TagClassName
{
border-color: #FF6730;
}
</style>