Shades of Burnt Orange #FE6F42
Tints of Burnt Orange #FE6F42
RGB
CMYK
RGB Variations
Color information
#FE6F42 (or 0xFE6F42) is known color: Burnt Orange. HEX triplet: FE, 6F and 42. RGB value is (254,111,66). Sum of RGB (Red+Green+Blue) = 254+111+66=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6F42 is #0190BD. Grayscale: #949494. Windows color (decimal): -102590 or 4354046. OLE color: 4354046.
HSL color Cylindrical-coordinate representation of color #FE6F42: hue angle of 14.36º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE6F42 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 66 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.00 |
| HSL | 14.36º | 0.99% | 0.63% | - |
| HSV(B) | 14.36º | 0.74% | 1% | - |
| XYZ | 47.54 | 32.83 | 8.99 | - |
| YUV | 148.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 66 | 0 | 0.56 | 0.74 | 0.00 | 14.36 | 0.99 | 0.63 |
| Hex | FE | 6F | 42 | 0 | 38 | 4A | 0 | E | 63 | 3F |
| Octal | 376 | 157 | 102 | 0 | 70 | 112 | 0 | 16 | 143 | 77 |
| Binary | 11111110 | 1101111 | 1000010 | 0 | 111000 | 1001010 | 0 | 1110 | 1100011 | 111111 |
Color Harmonies of #FE6F42
Complementary color
Monochromatic Colors of #FE6F42
Black with #FE6F42
Text Example
Text Example
White with #FE6F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F42; }
p { color: rgb(254,111,66); }
H1.HeaderClassName
{
color: #FE6F42;
}
.AnyTagClassName
{
color: #FE6F42;
}
</style>
background-color css
<style>
a { background-color: #FE6F42; }
a { background-color: rgb(254,111,66); }
div.DivClassName
{
background-color: #FE6F42;
}
.BgClassName
{
background-color: #FE6F42;
}
</style>
border-color css
<style>
span { border-color: #FE6F42; }
span { border-color: rgb(254,111,66); }
td.TdClassName
{
border-color: #FE6F42;
}
.TagClassName
{
border-color: #FE6F42;
}
</style>