Shades of Burnt Orange #FE7239
Tints of Burnt Orange #FE7239
RGB
CMYK
RGB Variations
Color information
#FE7239 (or 0xFE7239) is known color: Burnt Orange. HEX triplet: FE, 72 and 39. RGB value is (254,114,57). Sum of RGB (Red+Green+Blue) = 254+114+57=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7239 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7239 is #018DC6. Grayscale: #959595. Windows color (decimal): -101831 or 3764990. OLE color: 3764990.
HSL color Cylindrical-coordinate representation of color #FE7239: hue angle of 17.36º 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 #FE7239 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 57 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.00 |
| HSL | 17.36º | 0.99% | 0.61% | - |
| HSV(B) | 17.36º | 0.78% | 1% | - |
| XYZ | 47.63 | 33.4 | 7.81 | - |
| YUV | 149.36 | 75.88 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 57 | 0 | 0.55 | 0.78 | 0.00 | 17.36 | 0.99 | 0.61 |
| Hex | FE | 72 | 39 | 0 | 37 | 4E | 0 | 11 | 63 | 3D |
| Octal | 376 | 162 | 71 | 0 | 67 | 116 | 0 | 21 | 143 | 75 |
| Binary | 11111110 | 1110010 | 111001 | 0 | 110111 | 1001110 | 0 | 10001 | 1100011 | 111101 |
Color Harmonies of #FE7239
Complementary color
Monochromatic Colors of #FE7239
Black with #FE7239
Text Example
Text Example
White with #FE7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7239; }
p { color: rgb(254,114,57); }
H1.HeaderClassName
{
color: #FE7239;
}
.AnyTagClassName
{
color: #FE7239;
}
</style>
background-color css
<style>
a { background-color: #FE7239; }
a { background-color: rgb(254,114,57); }
div.DivClassName
{
background-color: #FE7239;
}
.BgClassName
{
background-color: #FE7239;
}
</style>
border-color css
<style>
span { border-color: #FE7239; }
span { border-color: rgb(254,114,57); }
td.TdClassName
{
border-color: #FE7239;
}
.TagClassName
{
border-color: #FE7239;
}
</style>