Shades of Burnt Orange #FF6725
Tints of Burnt Orange #FF6725
RGB
CMYK
RGB Variations
Color information
#FF6725 (or 0xFF6725) is known color: Burnt Orange. HEX triplet: FF, 67 and 25. RGB value is (255,103,37). Sum of RGB (Red+Green+Blue) = 255+103+37=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6725 is #0098DA. Grayscale: #8D8D8D. Windows color (decimal): -39131 or 2451455. OLE color: 2451455.
HSL color Cylindrical-coordinate representation of color #FF6725: hue angle of 18.17º 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 #FF6725 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 37 | - |
| CMYK | 0 | 0.60 | 0.85 | 0 |
| HSL | 18.17º | 1% | 0.57% | - |
| HSV(B) | 18.17º | 0.85% | 1% | - |
| XYZ | 46.42 | 31.09 | 5.31 | - |
| YUV | 140.92 | 69.36 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 37 | 0 | 0.60 | 0.85 | 0 | 18.17 | 1 | 0.57 |
| Hex | FF | 67 | 25 | 0 | 3C | 55 | 0 | 12 | 64 | 39 |
| Octal | 377 | 147 | 45 | 0 | 74 | 125 | 0 | 22 | 144 | 71 |
| Binary | 11111111 | 1100111 | 100101 | 0 | 111100 | 1010101 | 0 | 10010 | 1100100 | 111001 |
Color Harmonies of #FF6725
Complementary color
Monochromatic Colors of #FF6725
Black with #FF6725
Text Example
Text Example
White with #FF6725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6725; }
p { color: rgb(255,103,37); }
H1.HeaderClassName
{
color: #FF6725;
}
.AnyTagClassName
{
color: #FF6725;
}
</style>
background-color css
<style>
a { background-color: #FF6725; }
a { background-color: rgb(255,103,37); }
div.DivClassName
{
background-color: #FF6725;
}
.BgClassName
{
background-color: #FF6725;
}
</style>
border-color css
<style>
span { border-color: #FF6725; }
span { border-color: rgb(255,103,37); }
td.TdClassName
{
border-color: #FF6725;
}
.TagClassName
{
border-color: #FF6725;
}
</style>