Shades of Orange Red #FE4605
Tints of Orange Red #FE4605
RGB
CMYK
RGB Variations
Color information
#FE4605 (or 0xFE4605) is known color: Orange Red. HEX triplet: FE, 46 and 05. RGB value is (254,70,5). Sum of RGB (Red+Green+Blue) = 254+70+5=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4605 is #01B9FA. Grayscale: #767676. Windows color (decimal): -113147 or 345854. OLE color: 345854.
HSL color Cylindrical-coordinate representation of color #FE4605: hue angle of 15.66º 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 #FE4605 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.00 |
| HSL | 15.66º | 0.99% | 0.51% | - |
| HSV(B) | 15.66º | 0.98% | 1% | - |
| XYZ | 43.09 | 25.46 | 2.79 | - |
| YUV | 117.61 | 64.46 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 5 | 0 | 0.72 | 0.98 | 0.00 | 15.66 | 0.99 | 0.51 |
| Hex | FE | 46 | 5 | 0 | 48 | 62 | 0 | 10 | 63 | 33 |
| Octal | 376 | 106 | 5 | 0 | 110 | 142 | 0 | 20 | 143 | 63 |
| Binary | 11111110 | 1000110 | 101 | 0 | 1001000 | 1100010 | 0 | 10000 | 1100011 | 110011 |
Color Harmonies of #FE4605
Complementary color
Monochromatic Colors of #FE4605
Black with #FE4605
Text Example
Text Example
White with #FE4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4605; }
p { color: rgb(254,70,5); }
H1.HeaderClassName
{
color: #FE4605;
}
.AnyTagClassName
{
color: #FE4605;
}
</style>
background-color css
<style>
a { background-color: #FE4605; }
a { background-color: rgb(254,70,5); }
div.DivClassName
{
background-color: #FE4605;
}
.BgClassName
{
background-color: #FE4605;
}
</style>
border-color css
<style>
span { border-color: #FE4605; }
span { border-color: rgb(254,70,5); }
td.TdClassName
{
border-color: #FE4605;
}
.TagClassName
{
border-color: #FE4605;
}
</style>