Shades of Burnt Orange #FE6D33
Tints of Burnt Orange #FE6D33
RGB
CMYK
RGB Variations
Color information
#FE6D33 (or 0xFE6D33) is known color: Burnt Orange. HEX triplet: FE, 6D and 33. RGB value is (254,109,51). Sum of RGB (Red+Green+Blue) = 254+109+51=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D33 is #0192CC. Grayscale: #929292. Windows color (decimal): -103117 or 3370494. OLE color: 3370494.
HSL color Cylindrical-coordinate representation of color #FE6D33: hue angle of 17.14º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE6D33 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 51 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.00 |
| HSL | 17.14º | 0.99% | 0.6% | - |
| HSV(B) | 17.14º | 0.8% | 1% | - |
| XYZ | 46.94 | 32.25 | 6.88 | - |
| YUV | 145.74 | 74.54 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 51 | 0 | 0.57 | 0.80 | 0.00 | 17.14 | 0.99 | 0.6 |
| Hex | FE | 6D | 33 | 0 | 39 | 50 | 0 | 11 | 63 | 3C |
| Octal | 376 | 155 | 63 | 0 | 71 | 120 | 0 | 21 | 143 | 74 |
| Binary | 11111110 | 1101101 | 110011 | 0 | 111001 | 1010000 | 0 | 10001 | 1100011 | 111100 |
Color Harmonies of #FE6D33
Complementary color
Monochromatic Colors of #FE6D33
Black with #FE6D33
Text Example
Text Example
White with #FE6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D33; }
p { color: rgb(254,109,51); }
H1.HeaderClassName
{
color: #FE6D33;
}
.AnyTagClassName
{
color: #FE6D33;
}
</style>
background-color css
<style>
a { background-color: #FE6D33; }
a { background-color: rgb(254,109,51); }
div.DivClassName
{
background-color: #FE6D33;
}
.BgClassName
{
background-color: #FE6D33;
}
</style>
border-color css
<style>
span { border-color: #FE6D33; }
span { border-color: rgb(254,109,51); }
td.TdClassName
{
border-color: #FE6D33;
}
.TagClassName
{
border-color: #FE6D33;
}
</style>