Shades of Orange Red #FE4615
Tints of Orange Red #FE4615
RGB
CMYK
RGB Variations
Color information
#FE4615 (or 0xFE4615) is known color: Orange Red. HEX triplet: FE, 46 and 15. RGB value is (254,70,21). Sum of RGB (Red+Green+Blue) = 254+70+21=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4615 is #01B9EA. Grayscale: #777777. Windows color (decimal): -113131 or 1394430. OLE color: 1394430.
HSL color Cylindrical-coordinate representation of color #FE4615: hue angle of 12.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE4615 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 21 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.00 |
| HSL | 12.62º | 0.99% | 0.54% | - |
| HSV(B) | 12.62º | 0.92% | 1% | - |
| XYZ | 43.2 | 25.51 | 3.36 | - |
| YUV | 119.43 | 72.46 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 21 | 0 | 0.72 | 0.92 | 0.00 | 12.62 | 0.99 | 0.54 |
| Hex | FE | 46 | 15 | 0 | 48 | 5C | 0 | D | 63 | 36 |
| Octal | 376 | 106 | 25 | 0 | 110 | 134 | 0 | 15 | 143 | 66 |
| Binary | 11111110 | 1000110 | 10101 | 0 | 1001000 | 1011100 | 0 | 1101 | 1100011 | 110110 |
Color Harmonies of #FE4615
Complementary color
Monochromatic Colors of #FE4615
Black with #FE4615
Text Example
Text Example
White with #FE4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4615; }
p { color: rgb(254,70,21); }
H1.HeaderClassName
{
color: #FE4615;
}
.AnyTagClassName
{
color: #FE4615;
}
</style>
background-color css
<style>
a { background-color: #FE4615; }
a { background-color: rgb(254,70,21); }
div.DivClassName
{
background-color: #FE4615;
}
.BgClassName
{
background-color: #FE4615;
}
</style>
border-color css
<style>
span { border-color: #FE4615; }
span { border-color: rgb(254,70,21); }
td.TdClassName
{
border-color: #FE4615;
}
.TagClassName
{
border-color: #FE4615;
}
</style>