Shades of Orange Red #FF4614
Tints of Orange Red #FF4614
RGB
CMYK
RGB Variations
Color information
#FF4614 (or 0xFF4614) is known color: Orange Red. HEX triplet: FF, 46 and 14. RGB value is (255,70,20). Sum of RGB (Red+Green+Blue) = 255+70+20=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4614 is #00B9EB. Grayscale: #787878. Windows color (decimal): -47596 or 1328895. OLE color: 1328895.
HSL color Cylindrical-coordinate representation of color #FF4614: hue angle of 12.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF4614 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 20 | - |
| CMYK | 0 | 0.73 | 0.92 | 0 |
| HSL | 12.77º | 1% | 0.54% | - |
| HSV(B) | 12.77º | 0.92% | 1% | - |
| XYZ | 43.56 | 25.69 | 3.32 | - |
| YUV | 119.62 | 71.79 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 20 | 0 | 0.73 | 0.92 | 0 | 12.77 | 1 | 0.54 |
| Hex | FF | 46 | 14 | 0 | 49 | 5C | 0 | D | 64 | 36 |
| Octal | 377 | 106 | 24 | 0 | 111 | 134 | 0 | 15 | 144 | 66 |
| Binary | 11111111 | 1000110 | 10100 | 0 | 1001001 | 1011100 | 0 | 1101 | 1100100 | 110110 |
Color Harmonies of #FF4614
Complementary color
Monochromatic Colors of #FF4614
Black with #FF4614
Text Example
Text Example
White with #FF4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4614; }
p { color: rgb(255,70,20); }
H1.HeaderClassName
{
color: #FF4614;
}
.AnyTagClassName
{
color: #FF4614;
}
</style>
background-color css
<style>
a { background-color: #FF4614; }
a { background-color: rgb(255,70,20); }
div.DivClassName
{
background-color: #FF4614;
}
.BgClassName
{
background-color: #FF4614;
}
</style>
border-color css
<style>
span { border-color: #FF4614; }
span { border-color: rgb(255,70,20); }
td.TdClassName
{
border-color: #FF4614;
}
.TagClassName
{
border-color: #FF4614;
}
</style>