Shades of Burnt Orange #FE672D
Tints of Burnt Orange #FE672D
RGB
CMYK
RGB Variations
Color information
#FE672D (or 0xFE672D) is known color: Burnt Orange. HEX triplet: FE, 67 and 2D. RGB value is (254,103,45). Sum of RGB (Red+Green+Blue) = 254+103+45=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE672D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE672D is #0198D2. Grayscale: #8D8D8D. Windows color (decimal): -104659 or 2975742. OLE color: 2975742.
HSL color Cylindrical-coordinate representation of color #FE672D: hue angle of 16.65º 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 #FE672D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 45 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.00 |
| HSL | 16.65º | 0.99% | 0.59% | - |
| HSV(B) | 16.65º | 0.82% | 1% | - |
| XYZ | 46.2 | 30.96 | 6.02 | - |
| YUV | 141.54 | 73.53 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 45 | 0 | 0.59 | 0.82 | 0.00 | 16.65 | 0.99 | 0.59 |
| Hex | FE | 67 | 2D | 0 | 3B | 52 | 0 | 11 | 63 | 3B |
| Octal | 376 | 147 | 55 | 0 | 73 | 122 | 0 | 21 | 143 | 73 |
| Binary | 11111110 | 1100111 | 101101 | 0 | 111011 | 1010010 | 0 | 10001 | 1100011 | 111011 |
Color Harmonies of #FE672D
Complementary color
Monochromatic Colors of #FE672D
Black with #FE672D
Text Example
Text Example
White with #FE672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE672D; }
p { color: rgb(254,103,45); }
H1.HeaderClassName
{
color: #FE672D;
}
.AnyTagClassName
{
color: #FE672D;
}
</style>
background-color css
<style>
a { background-color: #FE672D; }
a { background-color: rgb(254,103,45); }
div.DivClassName
{
background-color: #FE672D;
}
.BgClassName
{
background-color: #FE672D;
}
</style>
border-color css
<style>
span { border-color: #FE672D; }
span { border-color: rgb(254,103,45); }
td.TdClassName
{
border-color: #FE672D;
}
.TagClassName
{
border-color: #FE672D;
}
</style>