Shades of Burnt Orange #FF6529
Tints of Burnt Orange #FF6529
RGB
CMYK
RGB Variations
Color information
#FF6529 (or 0xFF6529) is known color: Burnt Orange. HEX triplet: FF, 65 and 29. RGB value is (255,101,41). Sum of RGB (Red+Green+Blue) = 255+101+41=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6529 is #009AD6. Grayscale: #8C8C8C. Windows color (decimal): -39639 or 2713087. OLE color: 2713087.
HSL color Cylindrical-coordinate representation of color #FF6529: hue angle of 16.82º 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 #FF6529 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 41 | - |
| CMYK | 0 | 0.60 | 0.84 | 0 |
| HSL | 16.82º | 1% | 0.58% | - |
| HSV(B) | 16.82º | 0.84% | 1% | - |
| XYZ | 46.29 | 30.73 | 5.59 | - |
| YUV | 140.21 | 72.02 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 41 | 0 | 0.60 | 0.84 | 0 | 16.82 | 1 | 0.58 |
| Hex | FF | 65 | 29 | 0 | 3C | 54 | 0 | 11 | 64 | 3A |
| Octal | 377 | 145 | 51 | 0 | 74 | 124 | 0 | 21 | 144 | 72 |
| Binary | 11111111 | 1100101 | 101001 | 0 | 111100 | 1010100 | 0 | 10001 | 1100100 | 111010 |
Color Harmonies of #FF6529
Complementary color
Monochromatic Colors of #FF6529
Black with #FF6529
Text Example
Text Example
White with #FF6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6529; }
p { color: rgb(255,101,41); }
H1.HeaderClassName
{
color: #FF6529;
}
.AnyTagClassName
{
color: #FF6529;
}
</style>
background-color css
<style>
a { background-color: #FF6529; }
a { background-color: rgb(255,101,41); }
div.DivClassName
{
background-color: #FF6529;
}
.BgClassName
{
background-color: #FF6529;
}
</style>
border-color css
<style>
span { border-color: #FF6529; }
span { border-color: rgb(255,101,41); }
td.TdClassName
{
border-color: #FF6529;
}
.TagClassName
{
border-color: #FF6529;
}
</style>