Shades of Burnt Orange #FE773A
Tints of Burnt Orange #FE773A
RGB
CMYK
RGB Variations
Color information
#FE773A (or 0xFE773A) is known color: Burnt Orange. HEX triplet: FE, 77 and 3A. RGB value is (254,119,58). Sum of RGB (Red+Green+Blue) = 254+119+58=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE773A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE773A is #0188C5. Grayscale: #989898. Windows color (decimal): -100550 or 3831806. OLE color: 3831806.
HSL color Cylindrical-coordinate representation of color #FE773A: hue angle of 18.67º 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 #FE773A is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 58 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.00 |
| HSL | 18.67º | 0.99% | 0.61% | - |
| HSV(B) | 18.67º | 0.77% | 1% | - |
| XYZ | 48.23 | 34.57 | 8.13 | - |
| YUV | 152.41 | 74.73 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 58 | 0 | 0.53 | 0.77 | 0.00 | 18.67 | 0.99 | 0.61 |
| Hex | FE | 77 | 3A | 0 | 35 | 4D | 0 | 13 | 63 | 3D |
| Octal | 376 | 167 | 72 | 0 | 65 | 115 | 0 | 23 | 143 | 75 |
| Binary | 11111110 | 1110111 | 111010 | 0 | 110101 | 1001101 | 0 | 10011 | 1100011 | 111101 |
Color Harmonies of #FE773A
Complementary color
Monochromatic Colors of #FE773A
Black with #FE773A
Text Example
Text Example
White with #FE773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE773A; }
p { color: rgb(254,119,58); }
H1.HeaderClassName
{
color: #FE773A;
}
.AnyTagClassName
{
color: #FE773A;
}
</style>
background-color css
<style>
a { background-color: #FE773A; }
a { background-color: rgb(254,119,58); }
div.DivClassName
{
background-color: #FE773A;
}
.BgClassName
{
background-color: #FE773A;
}
</style>
border-color css
<style>
span { border-color: #FE773A; }
span { border-color: rgb(254,119,58); }
td.TdClassName
{
border-color: #FE773A;
}
.TagClassName
{
border-color: #FE773A;
}
</style>