Shades of Orange Red #F6460C
Tints of Orange Red #F6460C
RGB
CMYK
RGB Variations
Color information
#F6460C (or 0xF6460C) is known color: Orange Red. HEX triplet: F6, 46 and 0C. RGB value is (246,70,12). Sum of RGB (Red+Green+Blue) = 246+70+12=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F6460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6460C is #09B9F3. Grayscale: #747474. Windows color (decimal): -637428 or 804598. OLE color: 804598.
HSL color Cylindrical-coordinate representation of color #F6460C: hue angle of 14.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6460C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.04 |
| HSL | 14.87º | 0.93% | 0.51% | - |
| HSV(B) | 14.87º | 0.95% | 0.96% | - |
| XYZ | 40.26 | 24 | 2.86 | - |
| YUV | 116.01 | 69.31 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 12 | 0 | 0.72 | 0.95 | 0.04 | 14.87 | 0.93 | 0.51 |
| Hex | F6 | 46 | C | 0 | 48 | 5F | 4 | F | 5D | 33 |
| Octal | 366 | 106 | 14 | 0 | 110 | 137 | 4 | 17 | 135 | 63 |
| Binary | 11110110 | 1000110 | 1100 | 0 | 1001000 | 1011111 | 100 | 1111 | 1011101 | 110011 |
Color Harmonies of #F6460C
Complementary color
Monochromatic Colors of #F6460C
Black with #F6460C
Text Example
Text Example
White with #F6460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6460C; }
p { color: rgb(246,70,12); }
H1.HeaderClassName
{
color: #F6460C;
}
.AnyTagClassName
{
color: #F6460C;
}
</style>
background-color css
<style>
a { background-color: #F6460C; }
a { background-color: rgb(246,70,12); }
div.DivClassName
{
background-color: #F6460C;
}
.BgClassName
{
background-color: #F6460C;
}
</style>
border-color css
<style>
span { border-color: #F6460C; }
span { border-color: rgb(246,70,12); }
td.TdClassName
{
border-color: #F6460C;
}
.TagClassName
{
border-color: #F6460C;
}
</style>