Shades of Burnt Orange #FE6728
Tints of Burnt Orange #FE6728
RGB
CMYK
RGB Variations
Color information
#FE6728 (or 0xFE6728) is known color: Burnt Orange. HEX triplet: FE, 67 and 28. RGB value is (254,103,40). Sum of RGB (Red+Green+Blue) = 254+103+40=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6728 is #0198D7. Grayscale: #8D8D8D. Windows color (decimal): -104664 or 2648062. OLE color: 2648062.
HSL color Cylindrical-coordinate representation of color #FE6728: hue angle of 17.66º 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 #FE6728 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 40 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.00 |
| HSL | 17.66º | 0.99% | 0.58% | - |
| HSV(B) | 17.66º | 0.84% | 1% | - |
| XYZ | 46.11 | 30.92 | 5.55 | - |
| YUV | 140.97 | 71.03 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 40 | 0 | 0.59 | 0.84 | 0.00 | 17.66 | 0.99 | 0.58 |
| Hex | FE | 67 | 28 | 0 | 3B | 54 | 0 | 12 | 63 | 3A |
| Octal | 376 | 147 | 50 | 0 | 73 | 124 | 0 | 22 | 143 | 72 |
| Binary | 11111110 | 1100111 | 101000 | 0 | 111011 | 1010100 | 0 | 10010 | 1100011 | 111010 |
Color Harmonies of #FE6728
Complementary color
Monochromatic Colors of #FE6728
Black with #FE6728
Text Example
Text Example
White with #FE6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6728; }
p { color: rgb(254,103,40); }
H1.HeaderClassName
{
color: #FE6728;
}
.AnyTagClassName
{
color: #FE6728;
}
</style>
background-color css
<style>
a { background-color: #FE6728; }
a { background-color: rgb(254,103,40); }
div.DivClassName
{
background-color: #FE6728;
}
.BgClassName
{
background-color: #FE6728;
}
</style>
border-color css
<style>
span { border-color: #FE6728; }
span { border-color: rgb(254,103,40); }
td.TdClassName
{
border-color: #FE6728;
}
.TagClassName
{
border-color: #FE6728;
}
</style>