Shades of Burnt Orange #FE7F31
Tints of Burnt Orange #FE7F31
RGB
CMYK
RGB Variations
Color information
#FE7F31 (or 0xFE7F31) is known color: Burnt Orange. HEX triplet: FE, 7F and 31. RGB value is (254,127,49). Sum of RGB (Red+Green+Blue) = 254+127+49=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7F31 is #0180CE. Grayscale: #9C9C9C. Windows color (decimal): -98511 or 3244030. OLE color: 3244030.
HSL color Cylindrical-coordinate representation of color #FE7F31: hue angle of 22.83º 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 #FE7F31 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 49 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.00 |
| HSL | 22.83º | 0.99% | 0.59% | - |
| HSV(B) | 22.83º | 0.81% | 1% | - |
| XYZ | 49.02 | 36.47 | 7.36 | - |
| YUV | 156.08 | 67.58 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 49 | 0 | 0.50 | 0.81 | 0.00 | 22.83 | 0.99 | 0.59 |
| Hex | FE | 7F | 31 | 0 | 32 | 51 | 0 | 17 | 63 | 3B |
| Octal | 376 | 177 | 61 | 0 | 62 | 121 | 0 | 27 | 143 | 73 |
| Binary | 11111110 | 1111111 | 110001 | 0 | 110010 | 1010001 | 0 | 10111 | 1100011 | 111011 |
Color Harmonies of #FE7F31
Complementary color
Monochromatic Colors of #FE7F31
Black with #FE7F31
Text Example
Text Example
White with #FE7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F31; }
p { color: rgb(254,127,49); }
H1.HeaderClassName
{
color: #FE7F31;
}
.AnyTagClassName
{
color: #FE7F31;
}
</style>
background-color css
<style>
a { background-color: #FE7F31; }
a { background-color: rgb(254,127,49); }
div.DivClassName
{
background-color: #FE7F31;
}
.BgClassName
{
background-color: #FE7F31;
}
</style>
border-color css
<style>
span { border-color: #FE7F31; }
span { border-color: rgb(254,127,49); }
td.TdClassName
{
border-color: #FE7F31;
}
.TagClassName
{
border-color: #FE7F31;
}
</style>