Shades of Burnt Orange #FF6726
Tints of Burnt Orange #FF6726
RGB
CMYK
RGB Variations
Color information
#FF6726 (or 0xFF6726) is known color: Burnt Orange. HEX triplet: FF, 67 and 26. RGB value is (255,103,38). Sum of RGB (Red+Green+Blue) = 255+103+38=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6726 is #0098D9. Grayscale: #8D8D8D. Windows color (decimal): -39130 or 2516991. OLE color: 2516991.
HSL color Cylindrical-coordinate representation of color #FF6726: hue angle of 17.97º 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 #FF6726 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 38 | - |
| CMYK | 0 | 0.60 | 0.85 | 0 |
| HSL | 17.97º | 1% | 0.57% | - |
| HSV(B) | 17.97º | 0.85% | 1% | - |
| XYZ | 46.44 | 31.1 | 5.39 | - |
| YUV | 141.04 | 69.86 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 38 | 0 | 0.60 | 0.85 | 0 | 17.97 | 1 | 0.57 |
| Hex | FF | 67 | 26 | 0 | 3C | 55 | 0 | 12 | 64 | 39 |
| Octal | 377 | 147 | 46 | 0 | 74 | 125 | 0 | 22 | 144 | 71 |
| Binary | 11111111 | 1100111 | 100110 | 0 | 111100 | 1010101 | 0 | 10010 | 1100100 | 111001 |
Color Harmonies of #FF6726
Complementary color
Monochromatic Colors of #FF6726
Black with #FF6726
Text Example
Text Example
White with #FF6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6726; }
p { color: rgb(255,103,38); }
H1.HeaderClassName
{
color: #FF6726;
}
.AnyTagClassName
{
color: #FF6726;
}
</style>
background-color css
<style>
a { background-color: #FF6726; }
a { background-color: rgb(255,103,38); }
div.DivClassName
{
background-color: #FF6726;
}
.BgClassName
{
background-color: #FF6726;
}
</style>
border-color css
<style>
span { border-color: #FF6726; }
span { border-color: rgb(255,103,38); }
td.TdClassName
{
border-color: #FF6726;
}
.TagClassName
{
border-color: #FF6726;
}
</style>