Shades of Burnt Orange #FE672E
Tints of Burnt Orange #FE672E
RGB
CMYK
RGB Variations
Color information
#FE672E (or 0xFE672E) is known color: Burnt Orange. HEX triplet: FE, 67 and 2E. RGB value is (254,103,46). Sum of RGB (Red+Green+Blue) = 254+103+46=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE672E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE672E is #0198D1. Grayscale: #8E8E8E. Windows color (decimal): -104658 or 3041278. OLE color: 3041278.
HSL color Cylindrical-coordinate representation of color #FE672E: hue angle of 16.44º 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 #FE672E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 46 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.00 |
| HSL | 16.44º | 0.99% | 0.59% | - |
| HSV(B) | 16.44º | 0.82% | 1% | - |
| XYZ | 46.22 | 30.97 | 6.13 | - |
| YUV | 141.65 | 74.03 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 46 | 0 | 0.59 | 0.82 | 0.00 | 16.44 | 0.99 | 0.59 |
| Hex | FE | 67 | 2E | 0 | 3B | 52 | 0 | 10 | 63 | 3B |
| Octal | 376 | 147 | 56 | 0 | 73 | 122 | 0 | 20 | 143 | 73 |
| Binary | 11111110 | 1100111 | 101110 | 0 | 111011 | 1010010 | 0 | 10000 | 1100011 | 111011 |
Color Harmonies of #FE672E
Complementary color
Monochromatic Colors of #FE672E
Black with #FE672E
Text Example
Text Example
White with #FE672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE672E; }
p { color: rgb(254,103,46); }
H1.HeaderClassName
{
color: #FE672E;
}
.AnyTagClassName
{
color: #FE672E;
}
</style>
background-color css
<style>
a { background-color: #FE672E; }
a { background-color: rgb(254,103,46); }
div.DivClassName
{
background-color: #FE672E;
}
.BgClassName
{
background-color: #FE672E;
}
</style>
border-color css
<style>
span { border-color: #FE672E; }
span { border-color: rgb(254,103,46); }
td.TdClassName
{
border-color: #FE672E;
}
.TagClassName
{
border-color: #FE672E;
}
</style>