Shades of Burnt Orange #FE662E
Tints of Burnt Orange #FE662E
RGB
CMYK
RGB Variations
Color information
#FE662E (or 0xFE662E) is known color: Burnt Orange. HEX triplet: FE, 66 and 2E. RGB value is (254,102,46). Sum of RGB (Red+Green+Blue) = 254+102+46=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE662E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE662E is #0199D1. Grayscale: #8D8D8D. Windows color (decimal): -104914 or 3041022. OLE color: 3041022.
HSL color Cylindrical-coordinate representation of color #FE662E: hue angle of 16.15º 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 #FE662E is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 46 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.00 |
| HSL | 16.15º | 0.99% | 0.59% | - |
| HSV(B) | 16.15º | 0.82% | 1% | - |
| XYZ | 46.12 | 30.77 | 6.09 | - |
| YUV | 141.06 | 74.36 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 46 | 0 | 0.60 | 0.82 | 0.00 | 16.15 | 0.99 | 0.59 |
| Hex | FE | 66 | 2E | 0 | 3C | 52 | 0 | 10 | 63 | 3B |
| Octal | 376 | 146 | 56 | 0 | 74 | 122 | 0 | 20 | 143 | 73 |
| Binary | 11111110 | 1100110 | 101110 | 0 | 111100 | 1010010 | 0 | 10000 | 1100011 | 111011 |
Color Harmonies of #FE662E
Complementary color
Monochromatic Colors of #FE662E
Black with #FE662E
Text Example
Text Example
White with #FE662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE662E; }
p { color: rgb(254,102,46); }
H1.HeaderClassName
{
color: #FE662E;
}
.AnyTagClassName
{
color: #FE662E;
}
</style>
background-color css
<style>
a { background-color: #FE662E; }
a { background-color: rgb(254,102,46); }
div.DivClassName
{
background-color: #FE662E;
}
.BgClassName
{
background-color: #FE662E;
}
</style>
border-color css
<style>
span { border-color: #FE662E; }
span { border-color: rgb(254,102,46); }
td.TdClassName
{
border-color: #FE662E;
}
.TagClassName
{
border-color: #FE662E;
}
</style>