Shades of Burnt Orange #FE7438
Tints of Burnt Orange #FE7438
RGB
CMYK
RGB Variations
Color information
#FE7438 (or 0xFE7438) is known color: Burnt Orange. HEX triplet: FE, 74 and 38. RGB value is (254,116,56). Sum of RGB (Red+Green+Blue) = 254+116+56=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7438 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7438 is #018BC7. Grayscale: #969696. Windows color (decimal): -101320 or 3699966. OLE color: 3699966.
HSL color Cylindrical-coordinate representation of color #FE7438: hue angle of 18.18º 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 #FE7438 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 56 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.00 |
| HSL | 18.18º | 0.99% | 0.61% | - |
| HSV(B) | 18.18º | 0.78% | 1% | - |
| XYZ | 47.83 | 33.85 | 7.75 | - |
| YUV | 150.42 | 74.72 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 56 | 0 | 0.54 | 0.78 | 0.00 | 18.18 | 0.99 | 0.61 |
| Hex | FE | 74 | 38 | 0 | 36 | 4E | 0 | 12 | 63 | 3D |
| Octal | 376 | 164 | 70 | 0 | 66 | 116 | 0 | 22 | 143 | 75 |
| Binary | 11111110 | 1110100 | 111000 | 0 | 110110 | 1001110 | 0 | 10010 | 1100011 | 111101 |
Color Harmonies of #FE7438
Complementary color
Monochromatic Colors of #FE7438
Black with #FE7438
Text Example
Text Example
White with #FE7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7438; }
p { color: rgb(254,116,56); }
H1.HeaderClassName
{
color: #FE7438;
}
.AnyTagClassName
{
color: #FE7438;
}
</style>
background-color css
<style>
a { background-color: #FE7438; }
a { background-color: rgb(254,116,56); }
div.DivClassName
{
background-color: #FE7438;
}
.BgClassName
{
background-color: #FE7438;
}
</style>
border-color css
<style>
span { border-color: #FE7438; }
span { border-color: rgb(254,116,56); }
td.TdClassName
{
border-color: #FE7438;
}
.TagClassName
{
border-color: #FE7438;
}
</style>