Shades of Burnt Orange #FE6B26
Tints of Burnt Orange #FE6B26
RGB
CMYK
RGB Variations
Color information
#FE6B26 (or 0xFE6B26) is known color: Burnt Orange. HEX triplet: FE, 6B and 26. RGB value is (254,107,38). Sum of RGB (Red+Green+Blue) = 254+107+38=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6B26 is #0194D9. Grayscale: #8F8F8F. Windows color (decimal): -103642 or 2518014. OLE color: 2518014.
HSL color Cylindrical-coordinate representation of color #FE6B26: hue angle of 19.17º 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 #FE6B26 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 38 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.00 |
| HSL | 19.17º | 0.99% | 0.57% | - |
| HSV(B) | 19.17º | 0.85% | 1% | - |
| XYZ | 46.48 | 31.73 | 5.51 | - |
| YUV | 143.09 | 68.7 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 38 | 0 | 0.58 | 0.85 | 0.00 | 19.17 | 0.99 | 0.57 |
| Hex | FE | 6B | 26 | 0 | 3A | 55 | 0 | 13 | 63 | 39 |
| Octal | 376 | 153 | 46 | 0 | 72 | 125 | 0 | 23 | 143 | 71 |
| Binary | 11111110 | 1101011 | 100110 | 0 | 111010 | 1010101 | 0 | 10011 | 1100011 | 111001 |
Color Harmonies of #FE6B26
Complementary color
Monochromatic Colors of #FE6B26
Black with #FE6B26
Text Example
Text Example
White with #FE6B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B26; }
p { color: rgb(254,107,38); }
H1.HeaderClassName
{
color: #FE6B26;
}
.AnyTagClassName
{
color: #FE6B26;
}
</style>
background-color css
<style>
a { background-color: #FE6B26; }
a { background-color: rgb(254,107,38); }
div.DivClassName
{
background-color: #FE6B26;
}
.BgClassName
{
background-color: #FE6B26;
}
</style>
border-color css
<style>
span { border-color: #FE6B26; }
span { border-color: rgb(254,107,38); }
td.TdClassName
{
border-color: #FE6B26;
}
.TagClassName
{
border-color: #FE6B26;
}
</style>