Shades of Burnt Orange #FE7228
Tints of Burnt Orange #FE7228
RGB
CMYK
RGB Variations
Color information
#FE7228 (or 0xFE7228) is known color: Burnt Orange. HEX triplet: FE, 72 and 28. RGB value is (254,114,40). Sum of RGB (Red+Green+Blue) = 254+114+40=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7228 is #018DD7. Grayscale: #939393. Windows color (decimal): -101848 or 2650878. OLE color: 2650878.
HSL color Cylindrical-coordinate representation of color #FE7228: hue angle of 20.75º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE7228 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 40 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.00 |
| HSL | 20.75º | 0.99% | 0.58% | - |
| HSV(B) | 20.75º | 0.84% | 1% | - |
| XYZ | 47.27 | 33.26 | 5.94 | - |
| YUV | 147.42 | 67.38 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 40 | 0 | 0.55 | 0.84 | 0.00 | 20.75 | 0.99 | 0.58 |
| Hex | FE | 72 | 28 | 0 | 37 | 54 | 0 | 15 | 63 | 3A |
| Octal | 376 | 162 | 50 | 0 | 67 | 124 | 0 | 25 | 143 | 72 |
| Binary | 11111110 | 1110010 | 101000 | 0 | 110111 | 1010100 | 0 | 10101 | 1100011 | 111010 |
Color Harmonies of #FE7228
Complementary color
Monochromatic Colors of #FE7228
Black with #FE7228
Text Example
Text Example
White with #FE7228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7228; }
p { color: rgb(254,114,40); }
H1.HeaderClassName
{
color: #FE7228;
}
.AnyTagClassName
{
color: #FE7228;
}
</style>
background-color css
<style>
a { background-color: #FE7228; }
a { background-color: rgb(254,114,40); }
div.DivClassName
{
background-color: #FE7228;
}
.BgClassName
{
background-color: #FE7228;
}
</style>
border-color css
<style>
span { border-color: #FE7228; }
span { border-color: rgb(254,114,40); }
td.TdClassName
{
border-color: #FE7228;
}
.TagClassName
{
border-color: #FE7228;
}
</style>