Shades of Burnt Orange #FE6A2D
Tints of Burnt Orange #FE6A2D
RGB
CMYK
RGB Variations
Color information
#FE6A2D (or 0xFE6A2D) is known color: Burnt Orange. HEX triplet: FE, 6A and 2D. RGB value is (254,106,45). Sum of RGB (Red+Green+Blue) = 254+106+45=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6A2D is #0195D2. Grayscale: #8F8F8F. Windows color (decimal): -103891 or 2976510. OLE color: 2976510.
HSL color Cylindrical-coordinate representation of color #FE6A2D: hue angle of 17.51º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE6A2D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.00 |
| HSL | 17.51º | 0.99% | 0.59% | - |
| HSV(B) | 17.51º | 0.82% | 1% | - |
| XYZ | 46.5 | 31.57 | 6.13 | - |
| YUV | 143.3 | 72.53 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 45 | 0 | 0.58 | 0.82 | 0.00 | 17.51 | 0.99 | 0.59 |
| Hex | FE | 6A | 2D | 0 | 3A | 52 | 0 | 12 | 63 | 3B |
| Octal | 376 | 152 | 55 | 0 | 72 | 122 | 0 | 22 | 143 | 73 |
| Binary | 11111110 | 1101010 | 101101 | 0 | 111010 | 1010010 | 0 | 10010 | 1100011 | 111011 |
Color Harmonies of #FE6A2D
Complementary color
Monochromatic Colors of #FE6A2D
Black with #FE6A2D
Text Example
Text Example
White with #FE6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A2D; }
p { color: rgb(254,106,45); }
H1.HeaderClassName
{
color: #FE6A2D;
}
.AnyTagClassName
{
color: #FE6A2D;
}
</style>
background-color css
<style>
a { background-color: #FE6A2D; }
a { background-color: rgb(254,106,45); }
div.DivClassName
{
background-color: #FE6A2D;
}
.BgClassName
{
background-color: #FE6A2D;
}
</style>
border-color css
<style>
span { border-color: #FE6A2D; }
span { border-color: rgb(254,106,45); }
td.TdClassName
{
border-color: #FE6A2D;
}
.TagClassName
{
border-color: #FE6A2D;
}
</style>