Shades of Burnt Orange #FE792D
Tints of Burnt Orange #FE792D
RGB
CMYK
RGB Variations
Color information
#FE792D (or 0xFE792D) is known color: Burnt Orange. HEX triplet: FE, 79 and 2D. RGB value is (254,121,45). Sum of RGB (Red+Green+Blue) = 254+121+45=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE792D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE792D is #0186D2. Grayscale: #989898. Windows color (decimal): -100051 or 2980350. OLE color: 2980350.
HSL color Cylindrical-coordinate representation of color #FE792D: hue angle of 21.82º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE792D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 45 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.00 |
| HSL | 21.82º | 0.99% | 0.59% | - |
| HSV(B) | 21.82º | 0.82% | 1% | - |
| XYZ | 48.18 | 34.94 | 6.69 | - |
| YUV | 152.1 | 67.56 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 45 | 0 | 0.52 | 0.82 | 0.00 | 21.82 | 0.99 | 0.59 |
| Hex | FE | 79 | 2D | 0 | 34 | 52 | 0 | 16 | 63 | 3B |
| Octal | 376 | 171 | 55 | 0 | 64 | 122 | 0 | 26 | 143 | 73 |
| Binary | 11111110 | 1111001 | 101101 | 0 | 110100 | 1010010 | 0 | 10110 | 1100011 | 111011 |
Color Harmonies of #FE792D
Complementary color
Monochromatic Colors of #FE792D
Black with #FE792D
Text Example
Text Example
White with #FE792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE792D; }
p { color: rgb(254,121,45); }
H1.HeaderClassName
{
color: #FE792D;
}
.AnyTagClassName
{
color: #FE792D;
}
</style>
background-color css
<style>
a { background-color: #FE792D; }
a { background-color: rgb(254,121,45); }
div.DivClassName
{
background-color: #FE792D;
}
.BgClassName
{
background-color: #FE792D;
}
</style>
border-color css
<style>
span { border-color: #FE792D; }
span { border-color: rgb(254,121,45); }
td.TdClassName
{
border-color: #FE792D;
}
.TagClassName
{
border-color: #FE792D;
}
</style>