Shades of Burnt Orange #FF6828
Tints of Burnt Orange #FF6828
RGB
CMYK
RGB Variations
Color information
#FF6828 (or 0xFF6828) is known color: Burnt Orange. HEX triplet: FF, 68 and 28. RGB value is (255,104,40). Sum of RGB (Red+Green+Blue) = 255+104+40=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6828 is #0097D7. Grayscale: #8E8E8E. Windows color (decimal): -38872 or 2648319. OLE color: 2648319.
HSL color Cylindrical-coordinate representation of color #FF6828: hue angle of 17.86º 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 #FF6828 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 40 | - |
| CMYK | 0 | 0.59 | 0.84 | 0 |
| HSL | 17.86º | 1% | 0.58% | - |
| HSV(B) | 17.86º | 0.84% | 1% | - |
| XYZ | 46.57 | 31.31 | 5.6 | - |
| YUV | 141.85 | 70.53 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 40 | 0 | 0.59 | 0.84 | 0 | 17.86 | 1 | 0.58 |
| Hex | FF | 68 | 28 | 0 | 3B | 54 | 0 | 12 | 64 | 3A |
| Octal | 377 | 150 | 50 | 0 | 73 | 124 | 0 | 22 | 144 | 72 |
| Binary | 11111111 | 1101000 | 101000 | 0 | 111011 | 1010100 | 0 | 10010 | 1100100 | 111010 |
Color Harmonies of #FF6828
Complementary color
Monochromatic Colors of #FF6828
Black with #FF6828
Text Example
Text Example
White with #FF6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6828; }
p { color: rgb(255,104,40); }
H1.HeaderClassName
{
color: #FF6828;
}
.AnyTagClassName
{
color: #FF6828;
}
</style>
background-color css
<style>
a { background-color: #FF6828; }
a { background-color: rgb(255,104,40); }
div.DivClassName
{
background-color: #FF6828;
}
.BgClassName
{
background-color: #FF6828;
}
</style>
border-color css
<style>
span { border-color: #FF6828; }
span { border-color: rgb(255,104,40); }
td.TdClassName
{
border-color: #FF6828;
}
.TagClassName
{
border-color: #FF6828;
}
</style>