Shades of Burnt Orange #FE8239
Tints of Burnt Orange #FE8239
RGB
CMYK
RGB Variations
Color information
#FE8239 (or 0xFE8239) is known color: Burnt Orange. HEX triplet: FE, 82 and 39. RGB value is (254,130,57). Sum of RGB (Red+Green+Blue) = 254+130+57=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8239 is #017DC6. Grayscale: #9F9F9F. Windows color (decimal): -97735 or 3769086. OLE color: 3769086.
HSL color Cylindrical-coordinate representation of color #FE8239: hue angle of 22.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE8239 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 57 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.00 |
| HSL | 22.23º | 0.99% | 0.61% | - |
| HSV(B) | 22.23º | 0.78% | 1% | - |
| XYZ | 49.59 | 37.33 | 8.46 | - |
| YUV | 158.75 | 70.58 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 57 | 0 | 0.49 | 0.78 | 0.00 | 22.23 | 0.99 | 0.61 |
| Hex | FE | 82 | 39 | 0 | 31 | 4E | 0 | 16 | 63 | 3D |
| Octal | 376 | 202 | 71 | 0 | 61 | 116 | 0 | 26 | 143 | 75 |
| Binary | 11111110 | 10000010 | 111001 | 0 | 110001 | 1001110 | 0 | 10110 | 1100011 | 111101 |
Color Harmonies of #FE8239
Complementary color
Monochromatic Colors of #FE8239
Black with #FE8239
Text Example
Text Example
White with #FE8239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8239; }
p { color: rgb(254,130,57); }
H1.HeaderClassName
{
color: #FE8239;
}
.AnyTagClassName
{
color: #FE8239;
}
</style>
background-color css
<style>
a { background-color: #FE8239; }
a { background-color: rgb(254,130,57); }
div.DivClassName
{
background-color: #FE8239;
}
.BgClassName
{
background-color: #FE8239;
}
</style>
border-color css
<style>
span { border-color: #FE8239; }
span { border-color: rgb(254,130,57); }
td.TdClassName
{
border-color: #FE8239;
}
.TagClassName
{
border-color: #FE8239;
}
</style>