Shades of Burnt Orange #FE7941
Tints of Burnt Orange #FE7941
RGB
CMYK
RGB Variations
Color information
#FE7941 (or 0xFE7941) is known color: Burnt Orange. HEX triplet: FE, 79 and 41. RGB value is (254,121,65). Sum of RGB (Red+Green+Blue) = 254+121+65=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7941 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7941 is #0186BE. Grayscale: #9A9A9A. Windows color (decimal): -100031 or 4291070. OLE color: 4291070.
HSL color Cylindrical-coordinate representation of color #FE7941: hue angle of 17.78º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE7941 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 65 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.00 |
| HSL | 17.78º | 0.99% | 0.63% | - |
| HSV(B) | 17.78º | 0.74% | 1% | - |
| XYZ | 48.66 | 35.13 | 9.22 | - |
| YUV | 154.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 65 | 0 | 0.52 | 0.74 | 0.00 | 17.78 | 0.99 | 0.63 |
| Hex | FE | 79 | 41 | 0 | 34 | 4A | 0 | 12 | 63 | 3F |
| Octal | 376 | 171 | 101 | 0 | 64 | 112 | 0 | 22 | 143 | 77 |
| Binary | 11111110 | 1111001 | 1000001 | 0 | 110100 | 1001010 | 0 | 10010 | 1100011 | 111111 |
Color Harmonies of #FE7941
Complementary color
Monochromatic Colors of #FE7941
Black with #FE7941
Text Example
Text Example
White with #FE7941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7941; }
p { color: rgb(254,121,65); }
H1.HeaderClassName
{
color: #FE7941;
}
.AnyTagClassName
{
color: #FE7941;
}
</style>
background-color css
<style>
a { background-color: #FE7941; }
a { background-color: rgb(254,121,65); }
div.DivClassName
{
background-color: #FE7941;
}
.BgClassName
{
background-color: #FE7941;
}
</style>
border-color css
<style>
span { border-color: #FE7941; }
span { border-color: rgb(254,121,65); }
td.TdClassName
{
border-color: #FE7941;
}
.TagClassName
{
border-color: #FE7941;
}
</style>