Shades of Burnt Orange #FE6B36
Tints of Burnt Orange #FE6B36
RGB
CMYK
RGB Variations
Color information
#FE6B36 (or 0xFE6B36) is known color: Burnt Orange. HEX triplet: FE, 6B and 36. RGB value is (254,107,54). Sum of RGB (Red+Green+Blue) = 254+107+54=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6B36 is #0194C9. Grayscale: #919191. Windows color (decimal): -103626 or 3566590. OLE color: 3566590.
HSL color Cylindrical-coordinate representation of color #FE6B36: hue angle of 15.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE6B36 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 54 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.00 |
| HSL | 15.9º | 0.99% | 0.6% | - |
| HSV(B) | 15.9º | 0.79% | 1% | - |
| XYZ | 46.8 | 31.85 | 7.17 | - |
| YUV | 144.91 | 76.7 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 54 | 0 | 0.58 | 0.79 | 0.00 | 15.9 | 0.99 | 0.6 |
| Hex | FE | 6B | 36 | 0 | 3A | 4F | 0 | 10 | 63 | 3C |
| Octal | 376 | 153 | 66 | 0 | 72 | 117 | 0 | 20 | 143 | 74 |
| Binary | 11111110 | 1101011 | 110110 | 0 | 111010 | 1001111 | 0 | 10000 | 1100011 | 111100 |
Color Harmonies of #FE6B36
Complementary color
Monochromatic Colors of #FE6B36
Black with #FE6B36
Text Example
Text Example
White with #FE6B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B36; }
p { color: rgb(254,107,54); }
H1.HeaderClassName
{
color: #FE6B36;
}
.AnyTagClassName
{
color: #FE6B36;
}
</style>
background-color css
<style>
a { background-color: #FE6B36; }
a { background-color: rgb(254,107,54); }
div.DivClassName
{
background-color: #FE6B36;
}
.BgClassName
{
background-color: #FE6B36;
}
</style>
border-color css
<style>
span { border-color: #FE6B36; }
span { border-color: rgb(254,107,54); }
td.TdClassName
{
border-color: #FE6B36;
}
.TagClassName
{
border-color: #FE6B36;
}
</style>