Shades of Burnt Orange #FF6C26
Tints of Burnt Orange #FF6C26
RGB
CMYK
RGB Variations
Color information
#FF6C26 (or 0xFF6C26) is known color: Burnt Orange. HEX triplet: FF, 6C and 26. RGB value is (255,108,38). Sum of RGB (Red+Green+Blue) = 255+108+38=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C26 is #0093D9. Grayscale: #909090. Windows color (decimal): -37850 or 2518271. OLE color: 2518271.
HSL color Cylindrical-coordinate representation of color #FF6C26: hue angle of 19.35º 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 #FF6C26 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 38 | - |
| CMYK | 0 | 0.58 | 0.85 | 0 |
| HSL | 19.35º | 1% | 0.57% | - |
| HSV(B) | 19.35º | 0.85% | 1% | - |
| XYZ | 46.95 | 32.13 | 5.56 | - |
| YUV | 143.97 | 68.2 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 38 | 0 | 0.58 | 0.85 | 0 | 19.35 | 1 | 0.57 |
| Hex | FF | 6C | 26 | 0 | 3A | 55 | 0 | 13 | 64 | 39 |
| Octal | 377 | 154 | 46 | 0 | 72 | 125 | 0 | 23 | 144 | 71 |
| Binary | 11111111 | 1101100 | 100110 | 0 | 111010 | 1010101 | 0 | 10011 | 1100100 | 111001 |
Color Harmonies of #FF6C26
Complementary color
Monochromatic Colors of #FF6C26
Black with #FF6C26
Text Example
Text Example
White with #FF6C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C26; }
p { color: rgb(255,108,38); }
H1.HeaderClassName
{
color: #FF6C26;
}
.AnyTagClassName
{
color: #FF6C26;
}
</style>
background-color css
<style>
a { background-color: #FF6C26; }
a { background-color: rgb(255,108,38); }
div.DivClassName
{
background-color: #FF6C26;
}
.BgClassName
{
background-color: #FF6C26;
}
</style>
border-color css
<style>
span { border-color: #FF6C26; }
span { border-color: rgb(255,108,38); }
td.TdClassName
{
border-color: #FF6C26;
}
.TagClassName
{
border-color: #FF6C26;
}
</style>