Shades of Burnt Orange #FF6C29
Tints of Burnt Orange #FF6C29
RGB
CMYK
RGB Variations
Color information
#FF6C29 (or 0xFF6C29) is known color: Burnt Orange. HEX triplet: FF, 6C and 29. RGB value is (255,108,41). Sum of RGB (Red+Green+Blue) = 255+108+41=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C29 is #0093D6. Grayscale: #909090. Windows color (decimal): -37847 or 2714879. OLE color: 2714879.
HSL color Cylindrical-coordinate representation of color #FF6C29: hue angle of 18.79º 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 #FF6C29 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 41 | - |
| CMYK | 0 | 0.58 | 0.84 | 0 |
| HSL | 18.79º | 1% | 0.58% | - |
| HSV(B) | 18.79º | 0.84% | 1% | - |
| XYZ | 47 | 32.15 | 5.83 | - |
| YUV | 144.32 | 69.7 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 41 | 0 | 0.58 | 0.84 | 0 | 18.79 | 1 | 0.58 |
| Hex | FF | 6C | 29 | 0 | 3A | 54 | 0 | 13 | 64 | 3A |
| Octal | 377 | 154 | 51 | 0 | 72 | 124 | 0 | 23 | 144 | 72 |
| Binary | 11111111 | 1101100 | 101001 | 0 | 111010 | 1010100 | 0 | 10011 | 1100100 | 111010 |
Color Harmonies of #FF6C29
Complementary color
Monochromatic Colors of #FF6C29
Black with #FF6C29
Text Example
Text Example
White with #FF6C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C29; }
p { color: rgb(255,108,41); }
H1.HeaderClassName
{
color: #FF6C29;
}
.AnyTagClassName
{
color: #FF6C29;
}
</style>
background-color css
<style>
a { background-color: #FF6C29; }
a { background-color: rgb(255,108,41); }
div.DivClassName
{
background-color: #FF6C29;
}
.BgClassName
{
background-color: #FF6C29;
}
</style>
border-color css
<style>
span { border-color: #FF6C29; }
span { border-color: rgb(255,108,41); }
td.TdClassName
{
border-color: #FF6C29;
}
.TagClassName
{
border-color: #FF6C29;
}
</style>