Shades of Burnt Orange #FE763E
Tints of Burnt Orange #FE763E
RGB
CMYK
RGB Variations
Color information
#FE763E (or 0xFE763E) is known color: Burnt Orange. HEX triplet: FE, 76 and 3E. RGB value is (254,118,62). Sum of RGB (Red+Green+Blue) = 254+118+62=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE763E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE763E is #0189C1. Grayscale: #989898. Windows color (decimal): -100802 or 4093694. OLE color: 4093694.
HSL color Cylindrical-coordinate representation of color #FE763E: hue angle of 17.5º 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 #FE763E is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 62 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.00 |
| HSL | 17.5º | 0.99% | 0.62% | - |
| HSV(B) | 17.5º | 0.76% | 1% | - |
| XYZ | 48.22 | 34.38 | 8.65 | - |
| YUV | 152.28 | 77.06 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 62 | 0 | 0.54 | 0.76 | 0.00 | 17.5 | 0.99 | 0.62 |
| Hex | FE | 76 | 3E | 0 | 36 | 4C | 0 | 12 | 63 | 3E |
| Octal | 376 | 166 | 76 | 0 | 66 | 114 | 0 | 22 | 143 | 76 |
| Binary | 11111110 | 1110110 | 111110 | 0 | 110110 | 1001100 | 0 | 10010 | 1100011 | 111110 |
Color Harmonies of #FE763E
Complementary color
Monochromatic Colors of #FE763E
Black with #FE763E
Text Example
Text Example
White with #FE763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE763E; }
p { color: rgb(254,118,62); }
H1.HeaderClassName
{
color: #FE763E;
}
.AnyTagClassName
{
color: #FE763E;
}
</style>
background-color css
<style>
a { background-color: #FE763E; }
a { background-color: rgb(254,118,62); }
div.DivClassName
{
background-color: #FE763E;
}
.BgClassName
{
background-color: #FE763E;
}
</style>
border-color css
<style>
span { border-color: #FE763E; }
span { border-color: rgb(254,118,62); }
td.TdClassName
{
border-color: #FE763E;
}
.TagClassName
{
border-color: #FE763E;
}
</style>