Shades of Burnt Orange #FF6826
Tints of Burnt Orange #FF6826
RGB
CMYK
RGB Variations
Color information
#FF6826 (or 0xFF6826) is known color: Burnt Orange. HEX triplet: FF, 68 and 26. RGB value is (255,104,38). Sum of RGB (Red+Green+Blue) = 255+104+38=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6826 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6826 is #0097D9. Grayscale: #8E8E8E. Windows color (decimal): -38874 or 2517247. OLE color: 2517247.
HSL color Cylindrical-coordinate representation of color #FF6826: hue angle of 18.25º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF6826 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 38 | - |
| CMYK | 0 | 0.59 | 0.85 | 0 |
| HSL | 18.25º | 1% | 0.57% | - |
| HSV(B) | 18.25º | 0.85% | 1% | - |
| XYZ | 46.54 | 31.3 | 5.42 | - |
| YUV | 141.63 | 69.53 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 38 | 0 | 0.59 | 0.85 | 0 | 18.25 | 1 | 0.57 |
| Hex | FF | 68 | 26 | 0 | 3B | 55 | 0 | 12 | 64 | 39 |
| Octal | 377 | 150 | 46 | 0 | 73 | 125 | 0 | 22 | 144 | 71 |
| Binary | 11111111 | 1101000 | 100110 | 0 | 111011 | 1010101 | 0 | 10010 | 1100100 | 111001 |
Color Harmonies of #FF6826
Complementary color
Monochromatic Colors of #FF6826
Black with #FF6826
Text Example
Text Example
White with #FF6826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6826; }
p { color: rgb(255,104,38); }
H1.HeaderClassName
{
color: #FF6826;
}
.AnyTagClassName
{
color: #FF6826;
}
</style>
background-color css
<style>
a { background-color: #FF6826; }
a { background-color: rgb(255,104,38); }
div.DivClassName
{
background-color: #FF6826;
}
.BgClassName
{
background-color: #FF6826;
}
</style>
border-color css
<style>
span { border-color: #FF6826; }
span { border-color: rgb(255,104,38); }
td.TdClassName
{
border-color: #FF6826;
}
.TagClassName
{
border-color: #FF6826;
}
</style>