Shades of Burnt Orange #FE6524
Tints of Burnt Orange #FE6524
RGB
CMYK
RGB Variations
Color information
#FE6524 (or 0xFE6524) is known color: Burnt Orange. HEX triplet: FE, 65 and 24. RGB value is (254,101,36). Sum of RGB (Red+Green+Blue) = 254+101+36=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6524 is #019ADB. Grayscale: #8B8B8B. Windows color (decimal): -105180 or 2385406. OLE color: 2385406.
HSL color Cylindrical-coordinate representation of color #FE6524: hue angle of 17.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE6524 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 36 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.00 |
| HSL | 17.89º | 0.99% | 0.57% | - |
| HSV(B) | 17.89º | 0.86% | 1% | - |
| XYZ | 45.85 | 30.51 | 5.14 | - |
| YUV | 139.34 | 69.69 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 36 | 0 | 0.60 | 0.86 | 0.00 | 17.89 | 0.99 | 0.57 |
| Hex | FE | 65 | 24 | 0 | 3C | 56 | 0 | 12 | 63 | 39 |
| Octal | 376 | 145 | 44 | 0 | 74 | 126 | 0 | 22 | 143 | 71 |
| Binary | 11111110 | 1100101 | 100100 | 0 | 111100 | 1010110 | 0 | 10010 | 1100011 | 111001 |
Color Harmonies of #FE6524
Complementary color
Monochromatic Colors of #FE6524
Black with #FE6524
Text Example
Text Example
White with #FE6524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6524; }
p { color: rgb(254,101,36); }
H1.HeaderClassName
{
color: #FE6524;
}
.AnyTagClassName
{
color: #FE6524;
}
</style>
background-color css
<style>
a { background-color: #FE6524; }
a { background-color: rgb(254,101,36); }
div.DivClassName
{
background-color: #FE6524;
}
.BgClassName
{
background-color: #FE6524;
}
</style>
border-color css
<style>
span { border-color: #FE6524; }
span { border-color: rgb(254,101,36); }
td.TdClassName
{
border-color: #FE6524;
}
.TagClassName
{
border-color: #FE6524;
}
</style>