Shades of Burnt Orange #FE682C
Tints of Burnt Orange #FE682C
RGB
CMYK
RGB Variations
Color information
#FE682C (or 0xFE682C) is known color: Burnt Orange. HEX triplet: FE, 68 and 2C. RGB value is (254,104,44). Sum of RGB (Red+Green+Blue) = 254+104+44=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE682C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE682C is #0197D3. Grayscale: #8E8E8E. Windows color (decimal): -104404 or 2910462. OLE color: 2910462.
HSL color Cylindrical-coordinate representation of color #FE682C: hue angle of 17.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE682C is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 44 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.00 |
| HSL | 17.14º | 0.99% | 0.58% | - |
| HSV(B) | 17.14º | 0.83% | 1% | - |
| XYZ | 46.28 | 31.15 | 5.96 | - |
| YUV | 142.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 44 | 0 | 0.59 | 0.83 | 0.00 | 17.14 | 0.99 | 0.58 |
| Hex | FE | 68 | 2C | 0 | 3B | 53 | 0 | 11 | 63 | 3A |
| Octal | 376 | 150 | 54 | 0 | 73 | 123 | 0 | 21 | 143 | 72 |
| Binary | 11111110 | 1101000 | 101100 | 0 | 111011 | 1010011 | 0 | 10001 | 1100011 | 111010 |
Color Harmonies of #FE682C
Complementary color
Monochromatic Colors of #FE682C
Black with #FE682C
Text Example
Text Example
White with #FE682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE682C; }
p { color: rgb(254,104,44); }
H1.HeaderClassName
{
color: #FE682C;
}
.AnyTagClassName
{
color: #FE682C;
}
</style>
background-color css
<style>
a { background-color: #FE682C; }
a { background-color: rgb(254,104,44); }
div.DivClassName
{
background-color: #FE682C;
}
.BgClassName
{
background-color: #FE682C;
}
</style>
border-color css
<style>
span { border-color: #FE682C; }
span { border-color: rgb(254,104,44); }
td.TdClassName
{
border-color: #FE682C;
}
.TagClassName
{
border-color: #FE682C;
}
</style>