Shades of Burnt Orange #FE6726
Tints of Burnt Orange #FE6726
RGB
CMYK
RGB Variations
Color information
#FE6726 (or 0xFE6726) is known color: Burnt Orange. HEX triplet: FE, 67 and 26. RGB value is (254,103,38). Sum of RGB (Red+Green+Blue) = 254+103+38=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6726 is #0198D9. Grayscale: #8D8D8D. Windows color (decimal): -104666 or 2516990. OLE color: 2516990.
HSL color Cylindrical-coordinate representation of color #FE6726: hue angle of 18.06º 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 #FE6726 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 38 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.00 |
| HSL | 18.06º | 0.99% | 0.57% | - |
| HSV(B) | 18.06º | 0.85% | 1% | - |
| XYZ | 46.07 | 30.91 | 5.37 | - |
| YUV | 140.74 | 70.03 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 38 | 0 | 0.59 | 0.85 | 0.00 | 18.06 | 0.99 | 0.57 |
| Hex | FE | 67 | 26 | 0 | 3B | 55 | 0 | 12 | 63 | 39 |
| Octal | 376 | 147 | 46 | 0 | 73 | 125 | 0 | 22 | 143 | 71 |
| Binary | 11111110 | 1100111 | 100110 | 0 | 111011 | 1010101 | 0 | 10010 | 1100011 | 111001 |
Color Harmonies of #FE6726
Complementary color
Monochromatic Colors of #FE6726
Black with #FE6726
Text Example
Text Example
White with #FE6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6726; }
p { color: rgb(254,103,38); }
H1.HeaderClassName
{
color: #FE6726;
}
.AnyTagClassName
{
color: #FE6726;
}
</style>
background-color css
<style>
a { background-color: #FE6726; }
a { background-color: rgb(254,103,38); }
div.DivClassName
{
background-color: #FE6726;
}
.BgClassName
{
background-color: #FE6726;
}
</style>
border-color css
<style>
span { border-color: #FE6726; }
span { border-color: rgb(254,103,38); }
td.TdClassName
{
border-color: #FE6726;
}
.TagClassName
{
border-color: #FE6726;
}
</style>