Shades of Burnt Orange #FE773B
Tints of Burnt Orange #FE773B
RGB
CMYK
RGB Variations
Color information
#FE773B (or 0xFE773B) is known color: Burnt Orange. HEX triplet: FE, 77 and 3B. RGB value is (254,119,59). Sum of RGB (Red+Green+Blue) = 254+119+59=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE773B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE773B is #0188C4. Grayscale: #989898. Windows color (decimal): -100549 or 3897342. OLE color: 3897342.
HSL color Cylindrical-coordinate representation of color #FE773B: hue angle of 18.46º 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 #FE773B is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 59 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.00 |
| HSL | 18.46º | 0.99% | 0.61% | - |
| HSV(B) | 18.46º | 0.77% | 1% | - |
| XYZ | 48.26 | 34.58 | 8.27 | - |
| YUV | 152.53 | 75.23 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 59 | 0 | 0.53 | 0.77 | 0.00 | 18.46 | 0.99 | 0.61 |
| Hex | FE | 77 | 3B | 0 | 35 | 4D | 0 | 12 | 63 | 3D |
| Octal | 376 | 167 | 73 | 0 | 65 | 115 | 0 | 22 | 143 | 75 |
| Binary | 11111110 | 1110111 | 111011 | 0 | 110101 | 1001101 | 0 | 10010 | 1100011 | 111101 |
Color Harmonies of #FE773B
Complementary color
Monochromatic Colors of #FE773B
Black with #FE773B
Text Example
Text Example
White with #FE773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE773B; }
p { color: rgb(254,119,59); }
H1.HeaderClassName
{
color: #FE773B;
}
.AnyTagClassName
{
color: #FE773B;
}
</style>
background-color css
<style>
a { background-color: #FE773B; }
a { background-color: rgb(254,119,59); }
div.DivClassName
{
background-color: #FE773B;
}
.BgClassName
{
background-color: #FE773B;
}
</style>
border-color css
<style>
span { border-color: #FE773B; }
span { border-color: rgb(254,119,59); }
td.TdClassName
{
border-color: #FE773B;
}
.TagClassName
{
border-color: #FE773B;
}
</style>