Shades of Burnt Orange #FE773D
Tints of Burnt Orange #FE773D
RGB
CMYK
RGB Variations
Color information
#FE773D (or 0xFE773D) is known color: Burnt Orange. HEX triplet: FE, 77 and 3D. RGB value is (254,119,61). Sum of RGB (Red+Green+Blue) = 254+119+61=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE773D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE773D is #0188C2. Grayscale: #999999. Windows color (decimal): -100547 or 4028414. OLE color: 4028414.
HSL color Cylindrical-coordinate representation of color #FE773D: hue angle of 18.03º 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 #FE773D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 61 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.00 |
| HSL | 18.03º | 0.99% | 0.62% | - |
| HSV(B) | 18.03º | 0.76% | 1% | - |
| XYZ | 48.31 | 34.6 | 8.55 | - |
| YUV | 152.75 | 76.23 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 61 | 0 | 0.53 | 0.76 | 0.00 | 18.03 | 0.99 | 0.62 |
| Hex | FE | 77 | 3D | 0 | 35 | 4C | 0 | 12 | 63 | 3E |
| Octal | 376 | 167 | 75 | 0 | 65 | 114 | 0 | 22 | 143 | 76 |
| Binary | 11111110 | 1110111 | 111101 | 0 | 110101 | 1001100 | 0 | 10010 | 1100011 | 111110 |
Color Harmonies of #FE773D
Complementary color
Monochromatic Colors of #FE773D
Black with #FE773D
Text Example
Text Example
White with #FE773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE773D; }
p { color: rgb(254,119,61); }
H1.HeaderClassName
{
color: #FE773D;
}
.AnyTagClassName
{
color: #FE773D;
}
</style>
background-color css
<style>
a { background-color: #FE773D; }
a { background-color: rgb(254,119,61); }
div.DivClassName
{
background-color: #FE773D;
}
.BgClassName
{
background-color: #FE773D;
}
</style>
border-color css
<style>
span { border-color: #FE773D; }
span { border-color: rgb(254,119,61); }
td.TdClassName
{
border-color: #FE773D;
}
.TagClassName
{
border-color: #FE773D;
}
</style>