Shades of Burnt Orange #FE6730
Tints of Burnt Orange #FE6730
RGB
CMYK
RGB Variations
Color information
#FE6730 (or 0xFE6730) is known color: Burnt Orange. HEX triplet: FE, 67 and 30. RGB value is (254,103,48). Sum of RGB (Red+Green+Blue) = 254+103+48=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6730 is #0198CF. Grayscale: #8E8E8E. Windows color (decimal): -104656 or 3172350. OLE color: 3172350.
HSL color Cylindrical-coordinate representation of color #FE6730: hue angle of 16.02º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE6730 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 48 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.00 |
| HSL | 16.02º | 0.99% | 0.59% | - |
| HSV(B) | 16.02º | 0.81% | 1% | - |
| XYZ | 46.26 | 30.98 | 6.34 | - |
| YUV | 141.88 | 75.03 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 48 | 0 | 0.59 | 0.81 | 0.00 | 16.02 | 0.99 | 0.59 |
| Hex | FE | 67 | 30 | 0 | 3B | 51 | 0 | 10 | 63 | 3B |
| Octal | 376 | 147 | 60 | 0 | 73 | 121 | 0 | 20 | 143 | 73 |
| Binary | 11111110 | 1100111 | 110000 | 0 | 111011 | 1010001 | 0 | 10000 | 1100011 | 111011 |
Color Harmonies of #FE6730
Complementary color
Monochromatic Colors of #FE6730
Black with #FE6730
Text Example
Text Example
White with #FE6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6730; }
p { color: rgb(254,103,48); }
H1.HeaderClassName
{
color: #FE6730;
}
.AnyTagClassName
{
color: #FE6730;
}
</style>
background-color css
<style>
a { background-color: #FE6730; }
a { background-color: rgb(254,103,48); }
div.DivClassName
{
background-color: #FE6730;
}
.BgClassName
{
background-color: #FE6730;
}
</style>
border-color css
<style>
span { border-color: #FE6730; }
span { border-color: rgb(254,103,48); }
td.TdClassName
{
border-color: #FE6730;
}
.TagClassName
{
border-color: #FE6730;
}
</style>