Shades of Burnt Orange #FE6727
Tints of Burnt Orange #FE6727
RGB
CMYK
RGB Variations
Color information
#FE6727 (or 0xFE6727) is known color: Burnt Orange. HEX triplet: FE, 67 and 27. RGB value is (254,103,39). Sum of RGB (Red+Green+Blue) = 254+103+39=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6727 is #0198D8. Grayscale: #8D8D8D. Windows color (decimal): -104665 or 2582526. OLE color: 2582526.
HSL color Cylindrical-coordinate representation of color #FE6727: hue angle of 17.86º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE6727 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 39 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.00 |
| HSL | 17.86º | 0.99% | 0.57% | - |
| HSV(B) | 17.86º | 0.85% | 1% | - |
| XYZ | 46.09 | 30.92 | 5.46 | - |
| YUV | 140.85 | 70.53 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 39 | 0 | 0.59 | 0.85 | 0.00 | 17.86 | 0.99 | 0.57 |
| Hex | FE | 67 | 27 | 0 | 3B | 55 | 0 | 12 | 63 | 39 |
| Octal | 376 | 147 | 47 | 0 | 73 | 125 | 0 | 22 | 143 | 71 |
| Binary | 11111110 | 1100111 | 100111 | 0 | 111011 | 1010101 | 0 | 10010 | 1100011 | 111001 |
Color Harmonies of #FE6727
Complementary color
Monochromatic Colors of #FE6727
Black with #FE6727
Text Example
Text Example
White with #FE6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6727; }
p { color: rgb(254,103,39); }
H1.HeaderClassName
{
color: #FE6727;
}
.AnyTagClassName
{
color: #FE6727;
}
</style>
background-color css
<style>
a { background-color: #FE6727; }
a { background-color: rgb(254,103,39); }
div.DivClassName
{
background-color: #FE6727;
}
.BgClassName
{
background-color: #FE6727;
}
</style>
border-color css
<style>
span { border-color: #FE6727; }
span { border-color: rgb(254,103,39); }
td.TdClassName
{
border-color: #FE6727;
}
.TagClassName
{
border-color: #FE6727;
}
</style>