Shades of Burnt Orange #FE7242
Tints of Burnt Orange #FE7242
RGB
CMYK
RGB Variations
Color information
#FE7242 (or 0xFE7242) is known color: Burnt Orange. HEX triplet: FE, 72 and 42. RGB value is (254,114,66). Sum of RGB (Red+Green+Blue) = 254+114+66=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7242 is #018DBD. Grayscale: #969696. Windows color (decimal): -101822 or 4354814. OLE color: 4354814.
HSL color Cylindrical-coordinate representation of color #FE7242: hue angle of 15.32º 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 #FE7242 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 66 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.00 |
| HSL | 15.32º | 0.99% | 0.63% | - |
| HSV(B) | 15.32º | 0.74% | 1% | - |
| XYZ | 47.87 | 33.5 | 9.1 | - |
| YUV | 150.39 | 80.38 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 66 | 0 | 0.55 | 0.74 | 0.00 | 15.32 | 0.99 | 0.63 |
| Hex | FE | 72 | 42 | 0 | 37 | 4A | 0 | F | 63 | 3F |
| Octal | 376 | 162 | 102 | 0 | 67 | 112 | 0 | 17 | 143 | 77 |
| Binary | 11111110 | 1110010 | 1000010 | 0 | 110111 | 1001010 | 0 | 1111 | 1100011 | 111111 |
Color Harmonies of #FE7242
Complementary color
Monochromatic Colors of #FE7242
Black with #FE7242
Text Example
Text Example
White with #FE7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7242; }
p { color: rgb(254,114,66); }
H1.HeaderClassName
{
color: #FE7242;
}
.AnyTagClassName
{
color: #FE7242;
}
</style>
background-color css
<style>
a { background-color: #FE7242; }
a { background-color: rgb(254,114,66); }
div.DivClassName
{
background-color: #FE7242;
}
.BgClassName
{
background-color: #FE7242;
}
</style>
border-color css
<style>
span { border-color: #FE7242; }
span { border-color: rgb(254,114,66); }
td.TdClassName
{
border-color: #FE7242;
}
.TagClassName
{
border-color: #FE7242;
}
</style>