Shades of Burnt Orange #FE783D
Tints of Burnt Orange #FE783D
RGB
CMYK
RGB Variations
Color information
#FE783D (or 0xFE783D) is known color: Burnt Orange. HEX triplet: FE, 78 and 3D. RGB value is (254,120,61). Sum of RGB (Red+Green+Blue) = 254+120+61=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE783D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE783D is #0187C2. Grayscale: #999999. Windows color (decimal): -100291 or 4028670. OLE color: 4028670.
HSL color Cylindrical-coordinate representation of color #FE783D: hue angle of 18.34º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE783D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 61 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.00 |
| HSL | 18.34º | 0.99% | 0.62% | - |
| HSV(B) | 18.34º | 0.76% | 1% | - |
| XYZ | 48.43 | 34.84 | 8.59 | - |
| YUV | 153.34 | 75.89 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 61 | 0 | 0.53 | 0.76 | 0.00 | 18.34 | 0.99 | 0.62 |
| Hex | FE | 78 | 3D | 0 | 35 | 4C | 0 | 12 | 63 | 3E |
| Octal | 376 | 170 | 75 | 0 | 65 | 114 | 0 | 22 | 143 | 76 |
| Binary | 11111110 | 1111000 | 111101 | 0 | 110101 | 1001100 | 0 | 10010 | 1100011 | 111110 |
Color Harmonies of #FE783D
Complementary color
Monochromatic Colors of #FE783D
Black with #FE783D
Text Example
Text Example
White with #FE783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE783D; }
p { color: rgb(254,120,61); }
H1.HeaderClassName
{
color: #FE783D;
}
.AnyTagClassName
{
color: #FE783D;
}
</style>
background-color css
<style>
a { background-color: #FE783D; }
a { background-color: rgb(254,120,61); }
div.DivClassName
{
background-color: #FE783D;
}
.BgClassName
{
background-color: #FE783D;
}
</style>
border-color css
<style>
span { border-color: #FE783D; }
span { border-color: rgb(254,120,61); }
td.TdClassName
{
border-color: #FE783D;
}
.TagClassName
{
border-color: #FE783D;
}
</style>