Shades of Burnt Orange #FE743B
Tints of Burnt Orange #FE743B
RGB
CMYK
RGB Variations
Color information
#FE743B (or 0xFE743B) is known color: Burnt Orange. HEX triplet: FE, 74 and 3B. RGB value is (254,116,59). Sum of RGB (Red+Green+Blue) = 254+116+59=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE743B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE743B is #018BC4. Grayscale: #979797. Windows color (decimal): -101317 or 3896574. OLE color: 3896574.
HSL color Cylindrical-coordinate representation of color #FE743B: hue angle of 17.54º 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 #FE743B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 59 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.00 |
| HSL | 17.54º | 0.99% | 0.61% | - |
| HSV(B) | 17.54º | 0.77% | 1% | - |
| XYZ | 47.91 | 33.88 | 8.15 | - |
| YUV | 150.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 59 | 0 | 0.54 | 0.77 | 0.00 | 17.54 | 0.99 | 0.61 |
| Hex | FE | 74 | 3B | 0 | 36 | 4D | 0 | 12 | 63 | 3D |
| Octal | 376 | 164 | 73 | 0 | 66 | 115 | 0 | 22 | 143 | 75 |
| Binary | 11111110 | 1110100 | 111011 | 0 | 110110 | 1001101 | 0 | 10010 | 1100011 | 111101 |
Color Harmonies of #FE743B
Complementary color
Monochromatic Colors of #FE743B
Black with #FE743B
Text Example
Text Example
White with #FE743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE743B; }
p { color: rgb(254,116,59); }
H1.HeaderClassName
{
color: #FE743B;
}
.AnyTagClassName
{
color: #FE743B;
}
</style>
background-color css
<style>
a { background-color: #FE743B; }
a { background-color: rgb(254,116,59); }
div.DivClassName
{
background-color: #FE743B;
}
.BgClassName
{
background-color: #FE743B;
}
</style>
border-color css
<style>
span { border-color: #FE743B; }
span { border-color: rgb(254,116,59); }
td.TdClassName
{
border-color: #FE743B;
}
.TagClassName
{
border-color: #FE743B;
}
</style>