Shades of Burnt Orange #FF6A26
Tints of Burnt Orange #FF6A26
RGB
CMYK
RGB Variations
Color information
#FF6A26 (or 0xFF6A26) is known color: Burnt Orange. HEX triplet: FF, 6A and 26. RGB value is (255,106,38). Sum of RGB (Red+Green+Blue) = 255+106+38=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A26 is #0095D9. Grayscale: #8F8F8F. Windows color (decimal): -38362 or 2517759. OLE color: 2517759.
HSL color Cylindrical-coordinate representation of color #FF6A26: hue angle of 18.8º 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 #FF6A26 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 38 | - |
| CMYK | 0 | 0.58 | 0.85 | 0 |
| HSL | 18.8º | 1% | 0.57% | - |
| HSV(B) | 18.8º | 0.85% | 1% | - |
| XYZ | 46.74 | 31.71 | 5.49 | - |
| YUV | 142.8 | 68.86 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 38 | 0 | 0.58 | 0.85 | 0 | 18.8 | 1 | 0.57 |
| Hex | FF | 6A | 26 | 0 | 3A | 55 | 0 | 13 | 64 | 39 |
| Octal | 377 | 152 | 46 | 0 | 72 | 125 | 0 | 23 | 144 | 71 |
| Binary | 11111111 | 1101010 | 100110 | 0 | 111010 | 1010101 | 0 | 10011 | 1100100 | 111001 |
Color Harmonies of #FF6A26
Complementary color
Monochromatic Colors of #FF6A26
Black with #FF6A26
Text Example
Text Example
White with #FF6A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A26; }
p { color: rgb(255,106,38); }
H1.HeaderClassName
{
color: #FF6A26;
}
.AnyTagClassName
{
color: #FF6A26;
}
</style>
background-color css
<style>
a { background-color: #FF6A26; }
a { background-color: rgb(255,106,38); }
div.DivClassName
{
background-color: #FF6A26;
}
.BgClassName
{
background-color: #FF6A26;
}
</style>
border-color css
<style>
span { border-color: #FF6A26; }
span { border-color: rgb(255,106,38); }
td.TdClassName
{
border-color: #FF6A26;
}
.TagClassName
{
border-color: #FF6A26;
}
</style>