Shades of Burnt Orange #FE6F37
Tints of Burnt Orange #FE6F37
RGB
CMYK
RGB Variations
Color information
#FE6F37 (or 0xFE6F37) is known color: Burnt Orange. HEX triplet: FE, 6F and 37. RGB value is (254,111,55). Sum of RGB (Red+Green+Blue) = 254+111+55=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6F37 is #0190C8. Grayscale: #939393. Windows color (decimal): -102601 or 3633150. OLE color: 3633150.
HSL color Cylindrical-coordinate representation of color #FE6F37: hue angle of 16.88º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE6F37 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 55 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.00 |
| HSL | 16.88º | 0.99% | 0.61% | - |
| HSV(B) | 16.88º | 0.78% | 1% | - |
| XYZ | 47.25 | 32.72 | 7.44 | - |
| YUV | 147.37 | 75.88 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 55 | 0 | 0.56 | 0.78 | 0.00 | 16.88 | 0.99 | 0.61 |
| Hex | FE | 6F | 37 | 0 | 38 | 4E | 0 | 11 | 63 | 3D |
| Octal | 376 | 157 | 67 | 0 | 70 | 116 | 0 | 21 | 143 | 75 |
| Binary | 11111110 | 1101111 | 110111 | 0 | 111000 | 1001110 | 0 | 10001 | 1100011 | 111101 |
Color Harmonies of #FE6F37
Complementary color
Monochromatic Colors of #FE6F37
Black with #FE6F37
Text Example
Text Example
White with #FE6F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F37; }
p { color: rgb(254,111,55); }
H1.HeaderClassName
{
color: #FE6F37;
}
.AnyTagClassName
{
color: #FE6F37;
}
</style>
background-color css
<style>
a { background-color: #FE6F37; }
a { background-color: rgb(254,111,55); }
div.DivClassName
{
background-color: #FE6F37;
}
.BgClassName
{
background-color: #FE6F37;
}
</style>
border-color css
<style>
span { border-color: #FE6F37; }
span { border-color: rgb(254,111,55); }
td.TdClassName
{
border-color: #FE6F37;
}
.TagClassName
{
border-color: #FE6F37;
}
</style>