Shades of Orange Red #FE4606
Tints of Orange Red #FE4606
RGB
CMYK
RGB Variations
Color information
#FE4606 (or 0xFE4606) is known color: Orange Red. HEX triplet: FE, 46 and 06. RGB value is (254,70,6). Sum of RGB (Red+Green+Blue) = 254+70+6=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4606 is #01B9F9. Grayscale: #767676. Windows color (decimal): -113146 or 411390. OLE color: 411390.
HSL color Cylindrical-coordinate representation of color #FE4606: hue angle of 15.48º 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 #FE4606 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 6 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.00 |
| HSL | 15.48º | 0.99% | 0.51% | - |
| HSV(B) | 15.48º | 0.98% | 1% | - |
| XYZ | 43.1 | 25.46 | 2.82 | - |
| YUV | 117.72 | 64.96 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 6 | 0 | 0.72 | 0.98 | 0.00 | 15.48 | 0.99 | 0.51 |
| Hex | FE | 46 | 6 | 0 | 48 | 62 | 0 | F | 63 | 33 |
| Octal | 376 | 106 | 6 | 0 | 110 | 142 | 0 | 17 | 143 | 63 |
| Binary | 11111110 | 1000110 | 110 | 0 | 1001000 | 1100010 | 0 | 1111 | 1100011 | 110011 |
Color Harmonies of #FE4606
Complementary color
Monochromatic Colors of #FE4606
Black with #FE4606
Text Example
Text Example
White with #FE4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4606; }
p { color: rgb(254,70,6); }
H1.HeaderClassName
{
color: #FE4606;
}
.AnyTagClassName
{
color: #FE4606;
}
</style>
background-color css
<style>
a { background-color: #FE4606; }
a { background-color: rgb(254,70,6); }
div.DivClassName
{
background-color: #FE4606;
}
.BgClassName
{
background-color: #FE4606;
}
</style>
border-color css
<style>
span { border-color: #FE4606; }
span { border-color: rgb(254,70,6); }
td.TdClassName
{
border-color: #FE4606;
}
.TagClassName
{
border-color: #FE4606;
}
</style>