Shades of Burnt Orange #FF6824
Tints of Burnt Orange #FF6824
RGB
CMYK
RGB Variations
Color information
#FF6824 (or 0xFF6824) is known color: Burnt Orange. HEX triplet: FF, 68 and 24. RGB value is (255,104,36). Sum of RGB (Red+Green+Blue) = 255+104+36=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6824 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6824 is #0097DB. Grayscale: #8D8D8D. Windows color (decimal): -38876 or 2386175. OLE color: 2386175.
HSL color Cylindrical-coordinate representation of color #FF6824: hue angle of 18.63º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF6824 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 36 | - |
| CMYK | 0 | 0.59 | 0.86 | 0 |
| HSL | 18.63º | 1% | 0.57% | - |
| HSV(B) | 18.63º | 0.86% | 1% | - |
| XYZ | 46.51 | 31.29 | 5.26 | - |
| YUV | 141.4 | 68.53 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 36 | 0 | 0.59 | 0.86 | 0 | 18.63 | 1 | 0.57 |
| Hex | FF | 68 | 24 | 0 | 3B | 56 | 0 | 13 | 64 | 39 |
| Octal | 377 | 150 | 44 | 0 | 73 | 126 | 0 | 23 | 144 | 71 |
| Binary | 11111111 | 1101000 | 100100 | 0 | 111011 | 1010110 | 0 | 10011 | 1100100 | 111001 |
Color Harmonies of #FF6824
Complementary color
Monochromatic Colors of #FF6824
Black with #FF6824
Text Example
Text Example
White with #FF6824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6824; }
p { color: rgb(255,104,36); }
H1.HeaderClassName
{
color: #FF6824;
}
.AnyTagClassName
{
color: #FF6824;
}
</style>
background-color css
<style>
a { background-color: #FF6824; }
a { background-color: rgb(255,104,36); }
div.DivClassName
{
background-color: #FF6824;
}
.BgClassName
{
background-color: #FF6824;
}
</style>
border-color css
<style>
span { border-color: #FF6824; }
span { border-color: rgb(255,104,36); }
td.TdClassName
{
border-color: #FF6824;
}
.TagClassName
{
border-color: #FF6824;
}
</style>