Shades of Burnt Orange #FE7631
Tints of Burnt Orange #FE7631
RGB
CMYK
RGB Variations
Color information
#FE7631 (or 0xFE7631) is known color: Burnt Orange. HEX triplet: FE, 76 and 31. RGB value is (254,118,49). Sum of RGB (Red+Green+Blue) = 254+118+49=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7631 is #0189CE. Grayscale: #979797. Windows color (decimal): -100815 or 3241726. OLE color: 3241726.
HSL color Cylindrical-coordinate representation of color #FE7631: hue angle of 20.2º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE7631 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 49 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.00 |
| HSL | 20.2º | 0.99% | 0.59% | - |
| HSV(B) | 20.2º | 0.81% | 1% | - |
| XYZ | 47.91 | 34.25 | 6.99 | - |
| YUV | 150.8 | 70.56 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 49 | 0 | 0.54 | 0.81 | 0.00 | 20.2 | 0.99 | 0.59 |
| Hex | FE | 76 | 31 | 0 | 36 | 51 | 0 | 14 | 63 | 3B |
| Octal | 376 | 166 | 61 | 0 | 66 | 121 | 0 | 24 | 143 | 73 |
| Binary | 11111110 | 1110110 | 110001 | 0 | 110110 | 1010001 | 0 | 10100 | 1100011 | 111011 |
Color Harmonies of #FE7631
Complementary color
Monochromatic Colors of #FE7631
Black with #FE7631
Text Example
Text Example
White with #FE7631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7631; }
p { color: rgb(254,118,49); }
H1.HeaderClassName
{
color: #FE7631;
}
.AnyTagClassName
{
color: #FE7631;
}
</style>
background-color css
<style>
a { background-color: #FE7631; }
a { background-color: rgb(254,118,49); }
div.DivClassName
{
background-color: #FE7631;
}
.BgClassName
{
background-color: #FE7631;
}
</style>
border-color css
<style>
span { border-color: #FE7631; }
span { border-color: rgb(254,118,49); }
td.TdClassName
{
border-color: #FE7631;
}
.TagClassName
{
border-color: #FE7631;
}
</style>