Shades of Burnt Orange #FE6826
Tints of Burnt Orange #FE6826
RGB
CMYK
RGB Variations
Color information
#FE6826 (or 0xFE6826) is known color: Burnt Orange. HEX triplet: FE, 68 and 26. RGB value is (254,104,38). Sum of RGB (Red+Green+Blue) = 254+104+38=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6826 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6826 is #0197D9. Grayscale: #8D8D8D. Windows color (decimal): -104410 or 2517246. OLE color: 2517246.
HSL color Cylindrical-coordinate representation of color #FE6826: hue angle of 18.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE6826 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 38 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.00 |
| HSL | 18.33º | 0.99% | 0.57% | - |
| HSV(B) | 18.33º | 0.85% | 1% | - |
| XYZ | 46.17 | 31.11 | 5.41 | - |
| YUV | 141.33 | 69.7 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 38 | 0 | 0.59 | 0.85 | 0.00 | 18.33 | 0.99 | 0.57 |
| Hex | FE | 68 | 26 | 0 | 3B | 55 | 0 | 12 | 63 | 39 |
| Octal | 376 | 150 | 46 | 0 | 73 | 125 | 0 | 22 | 143 | 71 |
| Binary | 11111110 | 1101000 | 100110 | 0 | 111011 | 1010101 | 0 | 10010 | 1100011 | 111001 |
Color Harmonies of #FE6826
Complementary color
Monochromatic Colors of #FE6826
Black with #FE6826
Text Example
Text Example
White with #FE6826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6826; }
p { color: rgb(254,104,38); }
H1.HeaderClassName
{
color: #FE6826;
}
.AnyTagClassName
{
color: #FE6826;
}
</style>
background-color css
<style>
a { background-color: #FE6826; }
a { background-color: rgb(254,104,38); }
div.DivClassName
{
background-color: #FE6826;
}
.BgClassName
{
background-color: #FE6826;
}
</style>
border-color css
<style>
span { border-color: #FE6826; }
span { border-color: rgb(254,104,38); }
td.TdClassName
{
border-color: #FE6826;
}
.TagClassName
{
border-color: #FE6826;
}
</style>