Shades of Burnt Orange #FE7641
Tints of Burnt Orange #FE7641
RGB
CMYK
RGB Variations
Color information
#FE7641 (or 0xFE7641) is known color: Burnt Orange. HEX triplet: FE, 76 and 41. RGB value is (254,118,65). Sum of RGB (Red+Green+Blue) = 254+118+65=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7641 is #0189BE. Grayscale: #989898. Windows color (decimal): -100799 or 4290302. OLE color: 4290302.
HSL color Cylindrical-coordinate representation of color #FE7641: hue angle of 16.83º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE7641 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 65 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.00 |
| HSL | 16.83º | 0.99% | 0.63% | - |
| HSV(B) | 16.83º | 0.74% | 1% | - |
| XYZ | 48.31 | 34.41 | 9.1 | - |
| YUV | 152.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 65 | 0 | 0.54 | 0.74 | 0.00 | 16.83 | 0.99 | 0.63 |
| Hex | FE | 76 | 41 | 0 | 36 | 4A | 0 | 11 | 63 | 3F |
| Octal | 376 | 166 | 101 | 0 | 66 | 112 | 0 | 21 | 143 | 77 |
| Binary | 11111110 | 1110110 | 1000001 | 0 | 110110 | 1001010 | 0 | 10001 | 1100011 | 111111 |
Color Harmonies of #FE7641
Complementary color
Monochromatic Colors of #FE7641
Black with #FE7641
Text Example
Text Example
White with #FE7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7641; }
p { color: rgb(254,118,65); }
H1.HeaderClassName
{
color: #FE7641;
}
.AnyTagClassName
{
color: #FE7641;
}
</style>
background-color css
<style>
a { background-color: #FE7641; }
a { background-color: rgb(254,118,65); }
div.DivClassName
{
background-color: #FE7641;
}
.BgClassName
{
background-color: #FE7641;
}
</style>
border-color css
<style>
span { border-color: #FE7641; }
span { border-color: rgb(254,118,65); }
td.TdClassName
{
border-color: #FE7641;
}
.TagClassName
{
border-color: #FE7641;
}
</style>