Shades of Burnt Orange #FE7528
Tints of Burnt Orange #FE7528
RGB
CMYK
RGB Variations
Color information
#FE7528 (or 0xFE7528) is known color: Burnt Orange. HEX triplet: FE, 75 and 28. RGB value is (254,117,40). Sum of RGB (Red+Green+Blue) = 254+117+40=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7528 is #018AD7. Grayscale: #959595. Windows color (decimal): -101080 or 2651646. OLE color: 2651646.
HSL color Cylindrical-coordinate representation of color #FE7528: hue angle of 21.59º 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 #FE7528 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 40 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.00 |
| HSL | 21.59º | 0.99% | 0.58% | - |
| HSV(B) | 21.59º | 0.84% | 1% | - |
| XYZ | 47.62 | 33.95 | 6.05 | - |
| YUV | 149.19 | 66.39 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 40 | 0 | 0.54 | 0.84 | 0.00 | 21.59 | 0.99 | 0.58 |
| Hex | FE | 75 | 28 | 0 | 36 | 54 | 0 | 16 | 63 | 3A |
| Octal | 376 | 165 | 50 | 0 | 66 | 124 | 0 | 26 | 143 | 72 |
| Binary | 11111110 | 1110101 | 101000 | 0 | 110110 | 1010100 | 0 | 10110 | 1100011 | 111010 |
Color Harmonies of #FE7528
Complementary color
Monochromatic Colors of #FE7528
Black with #FE7528
Text Example
Text Example
White with #FE7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7528; }
p { color: rgb(254,117,40); }
H1.HeaderClassName
{
color: #FE7528;
}
.AnyTagClassName
{
color: #FE7528;
}
</style>
background-color css
<style>
a { background-color: #FE7528; }
a { background-color: rgb(254,117,40); }
div.DivClassName
{
background-color: #FE7528;
}
.BgClassName
{
background-color: #FE7528;
}
</style>
border-color css
<style>
span { border-color: #FE7528; }
span { border-color: rgb(254,117,40); }
td.TdClassName
{
border-color: #FE7528;
}
.TagClassName
{
border-color: #FE7528;
}
</style>