Shades of Orange Red #FF4605
Tints of Orange Red #FF4605
RGB
CMYK
RGB Variations
Color information
#FF4605 (or 0xFF4605) is known color: Orange Red. HEX triplet: FF, 46 and 05. RGB value is (255,70,5). Sum of RGB (Red+Green+Blue) = 255+70+5=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4605 is #00B9FA. Grayscale: #767676. Windows color (decimal): -47611 or 345855. OLE color: 345855.
HSL color Cylindrical-coordinate representation of color #FF4605: hue angle of 15.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4605 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0 |
| HSL | 15.6º | 1% | 0.51% | - |
| HSV(B) | 15.6º | 0.98% | 1% | - |
| XYZ | 43.46 | 25.65 | 2.8 | - |
| YUV | 117.91 | 64.29 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 5 | 0 | 0.73 | 0.98 | 0 | 15.6 | 1 | 0.51 |
| Hex | FF | 46 | 5 | 0 | 49 | 62 | 0 | 10 | 64 | 33 |
| Octal | 377 | 106 | 5 | 0 | 111 | 142 | 0 | 20 | 144 | 63 |
| Binary | 11111111 | 1000110 | 101 | 0 | 1001001 | 1100010 | 0 | 10000 | 1100100 | 110011 |
Color Harmonies of #FF4605
Complementary color
Monochromatic Colors of #FF4605
Black with #FF4605
Text Example
Text Example
White with #FF4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4605; }
p { color: rgb(255,70,5); }
H1.HeaderClassName
{
color: #FF4605;
}
.AnyTagClassName
{
color: #FF4605;
}
</style>
background-color css
<style>
a { background-color: #FF4605; }
a { background-color: rgb(255,70,5); }
div.DivClassName
{
background-color: #FF4605;
}
.BgClassName
{
background-color: #FF4605;
}
</style>
border-color css
<style>
span { border-color: #FF4605; }
span { border-color: rgb(255,70,5); }
td.TdClassName
{
border-color: #FF4605;
}
.TagClassName
{
border-color: #FF4605;
}
</style>