Shades of Burnt Orange #FF6825
Tints of Burnt Orange #FF6825
RGB
CMYK
RGB Variations
Color information
#FF6825 (or 0xFF6825) is known color: Burnt Orange. HEX triplet: FF, 68 and 25. RGB value is (255,104,37). Sum of RGB (Red+Green+Blue) = 255+104+37=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6825 is #0097DA. Grayscale: #8D8D8D. Windows color (decimal): -38875 or 2451711. OLE color: 2451711.
HSL color Cylindrical-coordinate representation of color #FF6825: hue angle of 18.44º 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 #FF6825 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 37 | - |
| CMYK | 0 | 0.59 | 0.85 | 0 |
| HSL | 18.44º | 1% | 0.57% | - |
| HSV(B) | 18.44º | 0.85% | 1% | - |
| XYZ | 46.52 | 31.29 | 5.34 | - |
| YUV | 141.51 | 69.03 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 37 | 0 | 0.59 | 0.85 | 0 | 18.44 | 1 | 0.57 |
| Hex | FF | 68 | 25 | 0 | 3B | 55 | 0 | 12 | 64 | 39 |
| Octal | 377 | 150 | 45 | 0 | 73 | 125 | 0 | 22 | 144 | 71 |
| Binary | 11111111 | 1101000 | 100101 | 0 | 111011 | 1010101 | 0 | 10010 | 1100100 | 111001 |
Color Harmonies of #FF6825
Complementary color
Monochromatic Colors of #FF6825
Black with #FF6825
Text Example
Text Example
White with #FF6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6825; }
p { color: rgb(255,104,37); }
H1.HeaderClassName
{
color: #FF6825;
}
.AnyTagClassName
{
color: #FF6825;
}
</style>
background-color css
<style>
a { background-color: #FF6825; }
a { background-color: rgb(255,104,37); }
div.DivClassName
{
background-color: #FF6825;
}
.BgClassName
{
background-color: #FF6825;
}
</style>
border-color css
<style>
span { border-color: #FF6825; }
span { border-color: rgb(255,104,37); }
td.TdClassName
{
border-color: #FF6825;
}
.TagClassName
{
border-color: #FF6825;
}
</style>