Shades of Orange Red #FF4610
Tints of Orange Red #FF4610
RGB
CMYK
RGB Variations
Color information
#FF4610 (or 0xFF4610) is known color: Orange Red. HEX triplet: FF, 46 and 10. RGB value is (255,70,16). Sum of RGB (Red+Green+Blue) = 255+70+16=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4610 is #00B9EF. Grayscale: #777777. Windows color (decimal): -47600 or 1066751. OLE color: 1066751.
HSL color Cylindrical-coordinate representation of color #FF4610: hue angle of 13.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF4610 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 16 | - |
| CMYK | 0 | 0.73 | 0.94 | 0 |
| HSL | 13.56º | 1% | 0.53% | - |
| HSV(B) | 13.56º | 0.94% | 1% | - |
| XYZ | 43.52 | 25.68 | 3.15 | - |
| YUV | 119.16 | 69.79 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 16 | 0 | 0.73 | 0.94 | 0 | 13.56 | 1 | 0.53 |
| Hex | FF | 46 | 10 | 0 | 49 | 5E | 0 | E | 64 | 35 |
| Octal | 377 | 106 | 20 | 0 | 111 | 136 | 0 | 16 | 144 | 65 |
| Binary | 11111111 | 1000110 | 10000 | 0 | 1001001 | 1011110 | 0 | 1110 | 1100100 | 110101 |
Color Harmonies of #FF4610
Complementary color
Monochromatic Colors of #FF4610
Black with #FF4610
Text Example
Text Example
White with #FF4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4610; }
p { color: rgb(255,70,16); }
H1.HeaderClassName
{
color: #FF4610;
}
.AnyTagClassName
{
color: #FF4610;
}
</style>
background-color css
<style>
a { background-color: #FF4610; }
a { background-color: rgb(255,70,16); }
div.DivClassName
{
background-color: #FF4610;
}
.BgClassName
{
background-color: #FF4610;
}
</style>
border-color css
<style>
span { border-color: #FF4610; }
span { border-color: rgb(255,70,16); }
td.TdClassName
{
border-color: #FF4610;
}
.TagClassName
{
border-color: #FF4610;
}
</style>