Shades of Burnt Orange #FE682D
Tints of Burnt Orange #FE682D
RGB
CMYK
RGB Variations
Color information
#FE682D (or 0xFE682D) is known color: Burnt Orange. HEX triplet: FE, 68 and 2D. RGB value is (254,104,45). Sum of RGB (Red+Green+Blue) = 254+104+45=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE682D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE682D is #0197D2. Grayscale: #8E8E8E. Windows color (decimal): -104403 or 2975998. OLE color: 2975998.
HSL color Cylindrical-coordinate representation of color #FE682D: hue angle of 16.94º 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 #FE682D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 45 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.00 |
| HSL | 16.94º | 0.99% | 0.59% | - |
| HSV(B) | 16.94º | 0.82% | 1% | - |
| XYZ | 46.3 | 31.16 | 6.06 | - |
| YUV | 142.12 | 73.2 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 45 | 0 | 0.59 | 0.82 | 0.00 | 16.94 | 0.99 | 0.59 |
| Hex | FE | 68 | 2D | 0 | 3B | 52 | 0 | 11 | 63 | 3B |
| Octal | 376 | 150 | 55 | 0 | 73 | 122 | 0 | 21 | 143 | 73 |
| Binary | 11111110 | 1101000 | 101101 | 0 | 111011 | 1010010 | 0 | 10001 | 1100011 | 111011 |
Color Harmonies of #FE682D
Complementary color
Monochromatic Colors of #FE682D
Black with #FE682D
Text Example
Text Example
White with #FE682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE682D; }
p { color: rgb(254,104,45); }
H1.HeaderClassName
{
color: #FE682D;
}
.AnyTagClassName
{
color: #FE682D;
}
</style>
background-color css
<style>
a { background-color: #FE682D; }
a { background-color: rgb(254,104,45); }
div.DivClassName
{
background-color: #FE682D;
}
.BgClassName
{
background-color: #FE682D;
}
</style>
border-color css
<style>
span { border-color: #FE682D; }
span { border-color: rgb(254,104,45); }
td.TdClassName
{
border-color: #FE682D;
}
.TagClassName
{
border-color: #FE682D;
}
</style>