Shades of Burnt Orange #FE6925
Tints of Burnt Orange #FE6925
RGB
CMYK
RGB Variations
Color information
#FE6925 (or 0xFE6925) is known color: Burnt Orange. HEX triplet: FE, 69 and 25. RGB value is (254,105,37). Sum of RGB (Red+Green+Blue) = 254+105+37=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6925 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6925 is #0196DA. Grayscale: #8E8E8E. Windows color (decimal): -104155 or 2451966. OLE color: 2451966.
HSL color Cylindrical-coordinate representation of color #FE6925: hue angle of 18.8º 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 #FE6925 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 37 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.00 |
| HSL | 18.8º | 0.99% | 0.57% | - |
| HSV(B) | 18.8º | 0.85% | 1% | - |
| XYZ | 46.26 | 31.31 | 5.36 | - |
| YUV | 141.8 | 68.86 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 37 | 0 | 0.59 | 0.85 | 0.00 | 18.8 | 0.99 | 0.57 |
| Hex | FE | 69 | 25 | 0 | 3B | 55 | 0 | 13 | 63 | 39 |
| Octal | 376 | 151 | 45 | 0 | 73 | 125 | 0 | 23 | 143 | 71 |
| Binary | 11111110 | 1101001 | 100101 | 0 | 111011 | 1010101 | 0 | 10011 | 1100011 | 111001 |
Color Harmonies of #FE6925
Complementary color
Monochromatic Colors of #FE6925
Black with #FE6925
Text Example
Text Example
White with #FE6925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6925; }
p { color: rgb(254,105,37); }
H1.HeaderClassName
{
color: #FE6925;
}
.AnyTagClassName
{
color: #FE6925;
}
</style>
background-color css
<style>
a { background-color: #FE6925; }
a { background-color: rgb(254,105,37); }
div.DivClassName
{
background-color: #FE6925;
}
.BgClassName
{
background-color: #FE6925;
}
</style>
border-color css
<style>
span { border-color: #FE6925; }
span { border-color: rgb(254,105,37); }
td.TdClassName
{
border-color: #FE6925;
}
.TagClassName
{
border-color: #FE6925;
}
</style>