Shades of Orange Red #FF460F
Tints of Orange Red #FF460F
RGB
CMYK
RGB Variations
Color information
#FF460F (or 0xFF460F) is known color: Orange Red. HEX triplet: FF, 46 and 0F. RGB value is (255,70,15). Sum of RGB (Red+Green+Blue) = 255+70+15=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF460F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF460F is #00B9F0. Grayscale: #777777. Windows color (decimal): -47601 or 1001215. OLE color: 1001215.
HSL color Cylindrical-coordinate representation of color #FF460F: hue angle of 13.75º 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 #FF460F is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 15 | - |
| CMYK | 0 | 0.73 | 0.94 | 0 |
| HSL | 13.75º | 1% | 0.53% | - |
| HSV(B) | 13.75º | 0.94% | 1% | - |
| XYZ | 43.52 | 25.67 | 3.11 | - |
| YUV | 119.05 | 69.29 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 15 | 0 | 0.73 | 0.94 | 0 | 13.75 | 1 | 0.53 |
| Hex | FF | 46 | F | 0 | 49 | 5E | 0 | E | 64 | 35 |
| Octal | 377 | 106 | 17 | 0 | 111 | 136 | 0 | 16 | 144 | 65 |
| Binary | 11111111 | 1000110 | 1111 | 0 | 1001001 | 1011110 | 0 | 1110 | 1100100 | 110101 |
Color Harmonies of #FF460F
Complementary color
Monochromatic Colors of #FF460F
Black with #FF460F
Text Example
Text Example
White with #FF460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF460F; }
p { color: rgb(255,70,15); }
H1.HeaderClassName
{
color: #FF460F;
}
.AnyTagClassName
{
color: #FF460F;
}
</style>
background-color css
<style>
a { background-color: #FF460F; }
a { background-color: rgb(255,70,15); }
div.DivClassName
{
background-color: #FF460F;
}
.BgClassName
{
background-color: #FF460F;
}
</style>
border-color css
<style>
span { border-color: #FF460F; }
span { border-color: rgb(255,70,15); }
td.TdClassName
{
border-color: #FF460F;
}
.TagClassName
{
border-color: #FF460F;
}
</style>