Shades of Burnt Orange #FE6624
Tints of Burnt Orange #FE6624
RGB
CMYK
RGB Variations
Color information
#FE6624 (or 0xFE6624) is known color: Burnt Orange. HEX triplet: FE, 66 and 24. RGB value is (254,102,36). Sum of RGB (Red+Green+Blue) = 254+102+36=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6624 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6624 is #0199DB. Grayscale: #8C8C8C. Windows color (decimal): -104924 or 2385662. OLE color: 2385662.
HSL color Cylindrical-coordinate representation of color #FE6624: hue angle of 18.17º 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 #FE6624 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 36 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.00 |
| HSL | 18.17º | 0.99% | 0.57% | - |
| HSV(B) | 18.17º | 0.86% | 1% | - |
| XYZ | 45.94 | 30.7 | 5.17 | - |
| YUV | 139.92 | 69.36 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 36 | 0 | 0.60 | 0.86 | 0.00 | 18.17 | 0.99 | 0.57 |
| Hex | FE | 66 | 24 | 0 | 3C | 56 | 0 | 12 | 63 | 39 |
| Octal | 376 | 146 | 44 | 0 | 74 | 126 | 0 | 22 | 143 | 71 |
| Binary | 11111110 | 1100110 | 100100 | 0 | 111100 | 1010110 | 0 | 10010 | 1100011 | 111001 |
Color Harmonies of #FE6624
Complementary color
Monochromatic Colors of #FE6624
Black with #FE6624
Text Example
Text Example
White with #FE6624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6624; }
p { color: rgb(254,102,36); }
H1.HeaderClassName
{
color: #FE6624;
}
.AnyTagClassName
{
color: #FE6624;
}
</style>
background-color css
<style>
a { background-color: #FE6624; }
a { background-color: rgb(254,102,36); }
div.DivClassName
{
background-color: #FE6624;
}
.BgClassName
{
background-color: #FE6624;
}
</style>
border-color css
<style>
span { border-color: #FE6624; }
span { border-color: rgb(254,102,36); }
td.TdClassName
{
border-color: #FE6624;
}
.TagClassName
{
border-color: #FE6624;
}
</style>