Shades of Burnt Orange #FE8238
Tints of Burnt Orange #FE8238
RGB
CMYK
RGB Variations
Color information
#FE8238 (or 0xFE8238) is known color: Burnt Orange. HEX triplet: FE, 82 and 38. RGB value is (254,130,56). Sum of RGB (Red+Green+Blue) = 254+130+56=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8238 is #017DC7. Grayscale: #9F9F9F. Windows color (decimal): -97736 or 3703550. OLE color: 3703550.
HSL color Cylindrical-coordinate representation of color #FE8238: hue angle of 22.42º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE8238 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 56 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.00 |
| HSL | 22.42º | 0.99% | 0.61% | - |
| HSV(B) | 22.42º | 0.78% | 1% | - |
| XYZ | 49.57 | 37.32 | 8.33 | - |
| YUV | 158.64 | 70.08 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 56 | 0 | 0.49 | 0.78 | 0.00 | 22.42 | 0.99 | 0.61 |
| Hex | FE | 82 | 38 | 0 | 31 | 4E | 0 | 16 | 63 | 3D |
| Octal | 376 | 202 | 70 | 0 | 61 | 116 | 0 | 26 | 143 | 75 |
| Binary | 11111110 | 10000010 | 111000 | 0 | 110001 | 1001110 | 0 | 10110 | 1100011 | 111101 |
Color Harmonies of #FE8238
Complementary color
Monochromatic Colors of #FE8238
Black with #FE8238
Text Example
Text Example
White with #FE8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8238; }
p { color: rgb(254,130,56); }
H1.HeaderClassName
{
color: #FE8238;
}
.AnyTagClassName
{
color: #FE8238;
}
</style>
background-color css
<style>
a { background-color: #FE8238; }
a { background-color: rgb(254,130,56); }
div.DivClassName
{
background-color: #FE8238;
}
.BgClassName
{
background-color: #FE8238;
}
</style>
border-color css
<style>
span { border-color: #FE8238; }
span { border-color: rgb(254,130,56); }
td.TdClassName
{
border-color: #FE8238;
}
.TagClassName
{
border-color: #FE8238;
}
</style>