Shades of Burnt Orange #FE743A
Tints of Burnt Orange #FE743A
RGB
CMYK
RGB Variations
Color information
#FE743A (or 0xFE743A) is known color: Burnt Orange. HEX triplet: FE, 74 and 3A. RGB value is (254,116,58). Sum of RGB (Red+Green+Blue) = 254+116+58=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE743A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE743A is #018BC5. Grayscale: #979797. Windows color (decimal): -101318 or 3831038. OLE color: 3831038.
HSL color Cylindrical-coordinate representation of color #FE743A: hue angle of 17.76º 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 #FE743A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 58 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.00 |
| HSL | 17.76º | 0.99% | 0.61% | - |
| HSV(B) | 17.76º | 0.77% | 1% | - |
| XYZ | 47.88 | 33.87 | 8.02 | - |
| YUV | 150.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 58 | 0 | 0.54 | 0.77 | 0.00 | 17.76 | 0.99 | 0.61 |
| Hex | FE | 74 | 3A | 0 | 36 | 4D | 0 | 12 | 63 | 3D |
| Octal | 376 | 164 | 72 | 0 | 66 | 115 | 0 | 22 | 143 | 75 |
| Binary | 11111110 | 1110100 | 111010 | 0 | 110110 | 1001101 | 0 | 10010 | 1100011 | 111101 |
Color Harmonies of #FE743A
Complementary color
Monochromatic Colors of #FE743A
Black with #FE743A
Text Example
Text Example
White with #FE743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE743A; }
p { color: rgb(254,116,58); }
H1.HeaderClassName
{
color: #FE743A;
}
.AnyTagClassName
{
color: #FE743A;
}
</style>
background-color css
<style>
a { background-color: #FE743A; }
a { background-color: rgb(254,116,58); }
div.DivClassName
{
background-color: #FE743A;
}
.BgClassName
{
background-color: #FE743A;
}
</style>
border-color css
<style>
span { border-color: #FE743A; }
span { border-color: rgb(254,116,58); }
td.TdClassName
{
border-color: #FE743A;
}
.TagClassName
{
border-color: #FE743A;
}
</style>