Shades of Burnt Orange #FF6525
Tints of Burnt Orange #FF6525
RGB
CMYK
RGB Variations
Color information
#FF6525 (or 0xFF6525) is known color: Burnt Orange. HEX triplet: FF, 65 and 25. RGB value is (255,101,37). Sum of RGB (Red+Green+Blue) = 255+101+37=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6525 is #009ADA. Grayscale: #8C8C8C. Windows color (decimal): -39643 or 2450943. OLE color: 2450943.
HSL color Cylindrical-coordinate representation of color #FF6525: hue angle of 17.61º 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 #FF6525 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 37 | - |
| CMYK | 0 | 0.60 | 0.85 | 0 |
| HSL | 17.61º | 1% | 0.57% | - |
| HSV(B) | 17.61º | 0.85% | 1% | - |
| XYZ | 46.23 | 30.7 | 5.24 | - |
| YUV | 139.75 | 70.02 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 37 | 0 | 0.60 | 0.85 | 0 | 17.61 | 1 | 0.57 |
| Hex | FF | 65 | 25 | 0 | 3C | 55 | 0 | 12 | 64 | 39 |
| Octal | 377 | 145 | 45 | 0 | 74 | 125 | 0 | 22 | 144 | 71 |
| Binary | 11111111 | 1100101 | 100101 | 0 | 111100 | 1010101 | 0 | 10010 | 1100100 | 111001 |
Color Harmonies of #FF6525
Complementary color
Monochromatic Colors of #FF6525
Black with #FF6525
Text Example
Text Example
White with #FF6525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6525; }
p { color: rgb(255,101,37); }
H1.HeaderClassName
{
color: #FF6525;
}
.AnyTagClassName
{
color: #FF6525;
}
</style>
background-color css
<style>
a { background-color: #FF6525; }
a { background-color: rgb(255,101,37); }
div.DivClassName
{
background-color: #FF6525;
}
.BgClassName
{
background-color: #FF6525;
}
</style>
border-color css
<style>
span { border-color: #FF6525; }
span { border-color: rgb(255,101,37); }
td.TdClassName
{
border-color: #FF6525;
}
.TagClassName
{
border-color: #FF6525;
}
</style>