Shades of Orange Red #FE4610
Tints of Orange Red #FE4610
RGB
CMYK
RGB Variations
Color information
#FE4610 (or 0xFE4610) is known color: Orange Red. HEX triplet: FE, 46 and 10. RGB value is (254,70,16). Sum of RGB (Red+Green+Blue) = 254+70+16=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4610 is #01B9EF. Grayscale: #777777. Windows color (decimal): -113136 or 1066750. OLE color: 1066750.
HSL color Cylindrical-coordinate representation of color #FE4610: hue angle of 13.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE4610 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 16 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.00 |
| HSL | 13.61º | 0.99% | 0.53% | - |
| HSV(B) | 13.61º | 0.94% | 1% | - |
| XYZ | 43.16 | 25.49 | 3.14 | - |
| YUV | 118.86 | 69.96 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 16 | 0 | 0.72 | 0.94 | 0.00 | 13.61 | 0.99 | 0.53 |
| Hex | FE | 46 | 10 | 0 | 48 | 5E | 0 | E | 63 | 35 |
| Octal | 376 | 106 | 20 | 0 | 110 | 136 | 0 | 16 | 143 | 65 |
| Binary | 11111110 | 1000110 | 10000 | 0 | 1001000 | 1011110 | 0 | 1110 | 1100011 | 110101 |
Color Harmonies of #FE4610
Complementary color
Monochromatic Colors of #FE4610
Black with #FE4610
Text Example
Text Example
White with #FE4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4610; }
p { color: rgb(254,70,16); }
H1.HeaderClassName
{
color: #FE4610;
}
.AnyTagClassName
{
color: #FE4610;
}
</style>
background-color css
<style>
a { background-color: #FE4610; }
a { background-color: rgb(254,70,16); }
div.DivClassName
{
background-color: #FE4610;
}
.BgClassName
{
background-color: #FE4610;
}
</style>
border-color css
<style>
span { border-color: #FE4610; }
span { border-color: rgb(254,70,16); }
td.TdClassName
{
border-color: #FE4610;
}
.TagClassName
{
border-color: #FE4610;
}
</style>