Shades of Burnt Orange #FF6829
Tints of Burnt Orange #FF6829
RGB
CMYK
RGB Variations
Color information
#FF6829 (or 0xFF6829) is known color: Burnt Orange. HEX triplet: FF, 68 and 29. RGB value is (255,104,41). Sum of RGB (Red+Green+Blue) = 255+104+41=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6829 is #0097D6. Grayscale: #8E8E8E. Windows color (decimal): -38871 or 2713855. OLE color: 2713855.
HSL color Cylindrical-coordinate representation of color #FF6829: hue angle of 17.66º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF6829 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 41 | - |
| CMYK | 0 | 0.59 | 0.84 | 0 |
| HSL | 17.66º | 1% | 0.58% | - |
| HSV(B) | 17.66º | 0.84% | 1% | - |
| XYZ | 46.59 | 31.32 | 5.69 | - |
| YUV | 141.97 | 71.03 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 41 | 0 | 0.59 | 0.84 | 0 | 17.66 | 1 | 0.58 |
| Hex | FF | 68 | 29 | 0 | 3B | 54 | 0 | 12 | 64 | 3A |
| Octal | 377 | 150 | 51 | 0 | 73 | 124 | 0 | 22 | 144 | 72 |
| Binary | 11111111 | 1101000 | 101001 | 0 | 111011 | 1010100 | 0 | 10010 | 1100100 | 111010 |
Color Harmonies of #FF6829
Complementary color
Monochromatic Colors of #FF6829
Black with #FF6829
Text Example
Text Example
White with #FF6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6829; }
p { color: rgb(255,104,41); }
H1.HeaderClassName
{
color: #FF6829;
}
.AnyTagClassName
{
color: #FF6829;
}
</style>
background-color css
<style>
a { background-color: #FF6829; }
a { background-color: rgb(255,104,41); }
div.DivClassName
{
background-color: #FF6829;
}
.BgClassName
{
background-color: #FF6829;
}
</style>
border-color css
<style>
span { border-color: #FF6829; }
span { border-color: rgb(255,104,41); }
td.TdClassName
{
border-color: #FF6829;
}
.TagClassName
{
border-color: #FF6829;
}
</style>