Shades of Burnt Orange #FE773F
Tints of Burnt Orange #FE773F
RGB
CMYK
RGB Variations
Color information
#FE773F (or 0xFE773F) is known color: Burnt Orange. HEX triplet: FE, 77 and 3F. RGB value is (254,119,63). Sum of RGB (Red+Green+Blue) = 254+119+63=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE773F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE773F is #0188C0. Grayscale: #999999. Windows color (decimal): -100545 or 4159486. OLE color: 4159486.
HSL color Cylindrical-coordinate representation of color #FE773F: hue angle of 17.59º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE773F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 63 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.00 |
| HSL | 17.59º | 0.99% | 0.62% | - |
| HSV(B) | 17.59º | 0.75% | 1% | - |
| XYZ | 48.37 | 34.62 | 8.84 | - |
| YUV | 152.98 | 77.23 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 63 | 0 | 0.53 | 0.75 | 0.00 | 17.59 | 0.99 | 0.62 |
| Hex | FE | 77 | 3F | 0 | 35 | 4B | 0 | 12 | 63 | 3E |
| Octal | 376 | 167 | 77 | 0 | 65 | 113 | 0 | 22 | 143 | 76 |
| Binary | 11111110 | 1110111 | 111111 | 0 | 110101 | 1001011 | 0 | 10010 | 1100011 | 111110 |
Color Harmonies of #FE773F
Complementary color
Monochromatic Colors of #FE773F
Black with #FE773F
Text Example
Text Example
White with #FE773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE773F; }
p { color: rgb(254,119,63); }
H1.HeaderClassName
{
color: #FE773F;
}
.AnyTagClassName
{
color: #FE773F;
}
</style>
background-color css
<style>
a { background-color: #FE773F; }
a { background-color: rgb(254,119,63); }
div.DivClassName
{
background-color: #FE773F;
}
.BgClassName
{
background-color: #FE773F;
}
</style>
border-color css
<style>
span { border-color: #FE773F; }
span { border-color: rgb(254,119,63); }
td.TdClassName
{
border-color: #FE773F;
}
.TagClassName
{
border-color: #FE773F;
}
</style>