Shades of Burnt Orange #FE783A
Tints of Burnt Orange #FE783A
RGB
CMYK
RGB Variations
Color information
#FE783A (or 0xFE783A) is known color: Burnt Orange. HEX triplet: FE, 78 and 3A. RGB value is (254,120,58). Sum of RGB (Red+Green+Blue) = 254+120+58=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE783A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE783A is #0187C5. Grayscale: #999999. Windows color (decimal): -100294 or 3832062. OLE color: 3832062.
HSL color Cylindrical-coordinate representation of color #FE783A: hue angle of 18.98º 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 #FE783A is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 58 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.00 |
| HSL | 18.98º | 0.99% | 0.61% | - |
| HSV(B) | 18.98º | 0.77% | 1% | - |
| XYZ | 48.35 | 34.81 | 8.17 | - |
| YUV | 153 | 74.39 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 58 | 0 | 0.53 | 0.77 | 0.00 | 18.98 | 0.99 | 0.61 |
| Hex | FE | 78 | 3A | 0 | 35 | 4D | 0 | 13 | 63 | 3D |
| Octal | 376 | 170 | 72 | 0 | 65 | 115 | 0 | 23 | 143 | 75 |
| Binary | 11111110 | 1111000 | 111010 | 0 | 110101 | 1001101 | 0 | 10011 | 1100011 | 111101 |
Color Harmonies of #FE783A
Complementary color
Monochromatic Colors of #FE783A
Black with #FE783A
Text Example
Text Example
White with #FE783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE783A; }
p { color: rgb(254,120,58); }
H1.HeaderClassName
{
color: #FE783A;
}
.AnyTagClassName
{
color: #FE783A;
}
</style>
background-color css
<style>
a { background-color: #FE783A; }
a { background-color: rgb(254,120,58); }
div.DivClassName
{
background-color: #FE783A;
}
.BgClassName
{
background-color: #FE783A;
}
</style>
border-color css
<style>
span { border-color: #FE783A; }
span { border-color: rgb(254,120,58); }
td.TdClassName
{
border-color: #FE783A;
}
.TagClassName
{
border-color: #FE783A;
}
</style>