Shades of Burnt Orange #FE7F3A
Tints of Burnt Orange #FE7F3A
RGB
CMYK
RGB Variations
Color information
#FE7F3A (or 0xFE7F3A) is known color: Burnt Orange. HEX triplet: FE, 7F and 3A. RGB value is (254,127,58). Sum of RGB (Red+Green+Blue) = 254+127+58=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7F3A is #0180C5. Grayscale: #9D9D9D. Windows color (decimal): -98502 or 3833854. OLE color: 3833854.
HSL color Cylindrical-coordinate representation of color #FE7F3A: hue angle of 21.12º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE7F3A is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 58 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.00 |
| HSL | 21.12º | 0.99% | 0.61% | - |
| HSV(B) | 21.12º | 0.77% | 1% | - |
| XYZ | 49.23 | 36.56 | 8.46 | - |
| YUV | 157.11 | 72.08 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 58 | 0 | 0.50 | 0.77 | 0.00 | 21.12 | 0.99 | 0.61 |
| Hex | FE | 7F | 3A | 0 | 32 | 4D | 0 | 15 | 63 | 3D |
| Octal | 376 | 177 | 72 | 0 | 62 | 115 | 0 | 25 | 143 | 75 |
| Binary | 11111110 | 1111111 | 111010 | 0 | 110010 | 1001101 | 0 | 10101 | 1100011 | 111101 |
Color Harmonies of #FE7F3A
Complementary color
Monochromatic Colors of #FE7F3A
Black with #FE7F3A
Text Example
Text Example
White with #FE7F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F3A; }
p { color: rgb(254,127,58); }
H1.HeaderClassName
{
color: #FE7F3A;
}
.AnyTagClassName
{
color: #FE7F3A;
}
</style>
background-color css
<style>
a { background-color: #FE7F3A; }
a { background-color: rgb(254,127,58); }
div.DivClassName
{
background-color: #FE7F3A;
}
.BgClassName
{
background-color: #FE7F3A;
}
</style>
border-color css
<style>
span { border-color: #FE7F3A; }
span { border-color: rgb(254,127,58); }
td.TdClassName
{
border-color: #FE7F3A;
}
.TagClassName
{
border-color: #FE7F3A;
}
</style>