Shades of Burnt Orange #FE6827
Tints of Burnt Orange #FE6827
RGB
CMYK
RGB Variations
Color information
#FE6827 (or 0xFE6827) is known color: Burnt Orange. HEX triplet: FE, 68 and 27. RGB value is (254,104,39). Sum of RGB (Red+Green+Blue) = 254+104+39=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6827 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6827 is #0197D8. Grayscale: #8D8D8D. Windows color (decimal): -104409 or 2582782. OLE color: 2582782.
HSL color Cylindrical-coordinate representation of color #FE6827: hue angle of 18.14º 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 #FE6827 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 39 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.00 |
| HSL | 18.14º | 0.99% | 0.57% | - |
| HSV(B) | 18.14º | 0.85% | 1% | - |
| XYZ | 46.19 | 31.12 | 5.49 | - |
| YUV | 141.44 | 70.2 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 39 | 0 | 0.59 | 0.85 | 0.00 | 18.14 | 0.99 | 0.57 |
| Hex | FE | 68 | 27 | 0 | 3B | 55 | 0 | 12 | 63 | 39 |
| Octal | 376 | 150 | 47 | 0 | 73 | 125 | 0 | 22 | 143 | 71 |
| Binary | 11111110 | 1101000 | 100111 | 0 | 111011 | 1010101 | 0 | 10010 | 1100011 | 111001 |
Color Harmonies of #FE6827
Complementary color
Monochromatic Colors of #FE6827
Black with #FE6827
Text Example
Text Example
White with #FE6827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6827; }
p { color: rgb(254,104,39); }
H1.HeaderClassName
{
color: #FE6827;
}
.AnyTagClassName
{
color: #FE6827;
}
</style>
background-color css
<style>
a { background-color: #FE6827; }
a { background-color: rgb(254,104,39); }
div.DivClassName
{
background-color: #FE6827;
}
.BgClassName
{
background-color: #FE6827;
}
</style>
border-color css
<style>
span { border-color: #FE6827; }
span { border-color: rgb(254,104,39); }
td.TdClassName
{
border-color: #FE6827;
}
.TagClassName
{
border-color: #FE6827;
}
</style>