Shades of Orange Red #FE4106
Tints of Orange Red #FE4106
RGB
CMYK
RGB Variations
Color information
#FE4106 (or 0xFE4106) is known color: Orange Red. HEX triplet: FE, 41 and 06. RGB value is (254,65,6). Sum of RGB (Red+Green+Blue) = 254+65+6=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4106 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4106 is #01BEF9. Grayscale: #737373. Windows color (decimal): -114426 or 410110. OLE color: 410110.
HSL color Cylindrical-coordinate representation of color #FE4106: hue angle of 14.27º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE4106 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 6 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.00 |
| HSL | 14.27º | 0.99% | 0.51% | - |
| HSV(B) | 14.27º | 0.98% | 1% | - |
| XYZ | 42.8 | 24.86 | 2.72 | - |
| YUV | 114.79 | 66.62 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 6 | 0 | 0.74 | 0.98 | 0.00 | 14.27 | 0.99 | 0.51 |
| Hex | FE | 41 | 6 | 0 | 4A | 62 | 0 | E | 63 | 33 |
| Octal | 376 | 101 | 6 | 0 | 112 | 142 | 0 | 16 | 143 | 63 |
| Binary | 11111110 | 1000001 | 110 | 0 | 1001010 | 1100010 | 0 | 1110 | 1100011 | 110011 |
Color Harmonies of #FE4106
Complementary color
Monochromatic Colors of #FE4106
Black with #FE4106
Text Example
Text Example
White with #FE4106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4106; }
p { color: rgb(254,65,6); }
H1.HeaderClassName
{
color: #FE4106;
}
.AnyTagClassName
{
color: #FE4106;
}
</style>
background-color css
<style>
a { background-color: #FE4106; }
a { background-color: rgb(254,65,6); }
div.DivClassName
{
background-color: #FE4106;
}
.BgClassName
{
background-color: #FE4106;
}
</style>
border-color css
<style>
span { border-color: #FE4106; }
span { border-color: rgb(254,65,6); }
td.TdClassName
{
border-color: #FE4106;
}
.TagClassName
{
border-color: #FE4106;
}
</style>