Shades of Burnt Orange #FE7C3F
Tints of Burnt Orange #FE7C3F
RGB
CMYK
RGB Variations
Color information
#FE7C3F (or 0xFE7C3F) is known color: Burnt Orange. HEX triplet: FE, 7C and 3F. RGB value is (254,124,63). Sum of RGB (Red+Green+Blue) = 254+124+63=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7C3F is #0183C0. Grayscale: #9C9C9C. Windows color (decimal): -99265 or 4160766. OLE color: 4160766.
HSL color Cylindrical-coordinate representation of color #FE7C3F: hue angle of 19.16º 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 #FE7C3F is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 63 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.00 |
| HSL | 19.16º | 0.99% | 0.62% | - |
| HSV(B) | 19.16º | 0.75% | 1% | - |
| XYZ | 48.98 | 35.85 | 9.04 | - |
| YUV | 155.92 | 75.57 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 63 | 0 | 0.51 | 0.75 | 0.00 | 19.16 | 0.99 | 0.62 |
| Hex | FE | 7C | 3F | 0 | 33 | 4B | 0 | 13 | 63 | 3E |
| Octal | 376 | 174 | 77 | 0 | 63 | 113 | 0 | 23 | 143 | 76 |
| Binary | 11111110 | 1111100 | 111111 | 0 | 110011 | 1001011 | 0 | 10011 | 1100011 | 111110 |
Color Harmonies of #FE7C3F
Complementary color
Monochromatic Colors of #FE7C3F
Black with #FE7C3F
Text Example
Text Example
White with #FE7C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C3F; }
p { color: rgb(254,124,63); }
H1.HeaderClassName
{
color: #FE7C3F;
}
.AnyTagClassName
{
color: #FE7C3F;
}
</style>
background-color css
<style>
a { background-color: #FE7C3F; }
a { background-color: rgb(254,124,63); }
div.DivClassName
{
background-color: #FE7C3F;
}
.BgClassName
{
background-color: #FE7C3F;
}
</style>
border-color css
<style>
span { border-color: #FE7C3F; }
span { border-color: rgb(254,124,63); }
td.TdClassName
{
border-color: #FE7C3F;
}
.TagClassName
{
border-color: #FE7C3F;
}
</style>